17 lines
347 B
Modula-2
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
|
|
)
|