Files
ham/go.mod
maze 95c148aa59
Some checks failed
Run tests / test (1.25) (push) Failing after 15s
Run tests / test (stable) (push) Failing after 16s
Cleanup
2026-02-22 21:09:46 +01:00

17 lines
347 B
Modula-2

module git.maze.io/go/ham
go 1.25.6
require (
filippo.io/edwards25519 v1.1.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/sirupsen/logrus v1.8.1
golang.org/x/crypto v0.48.0
)
require (
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/sys v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)