Cleanup
This commit is contained in:
19
go.mod
19
go.mod
@@ -2,16 +2,15 @@ module git.maze.io/go/ham
|
||||
|
||||
go 1.25.6
|
||||
|
||||
replace git.maze.io/go/ham/internal/configuration => ./internal/configuration
|
||||
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 (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
git.maze.io/go/ham/internal/configuration v0.0.0-00010101000000-000000000000 // indirect
|
||||
github.com/eclipse/paho.mqtt.golang v1.5.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
||||
golang.org/x/crypto v0.48.0 // indirect
|
||||
golang.org/x/net v0.49.0 // indirect
|
||||
golang.org/x/sync v0.17.0 // indirect
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user