Files
monkey/go.mod
Chuck Smith 4c9ec5aaaa
Some checks failed
Build / build (push) Failing after 6m4s
Test / build (push) Failing after 6m33s
server
2024-04-02 12:21:41 -04:00

21 lines
518 B
Modula-2

module monkey
go 1.21
require (
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
github.com/tebeka/atexit v0.3.0
go.mills.io/logger v0.0.0-20230806012737-485dbd691907
go.mills.io/router v0.0.0-20230812054754-cb20d161aabe
golang.org/x/term v0.18.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)