Files
ham/go.mod
maze e2b69d92fd
Some checks failed
Run tests / test (1.25) (push) Failing after 1m1s
Run tests / test (stable) (push) Failing after 1m0s
meshtastic: support
2026-03-06 09:24:56 +01:00

18 lines
382 B
Modula-2

module git.maze.io/go/ham
go 1.26
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
google.golang.org/protobuf v1.36.11
)
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
)