gosimplenpm/go.mod

18 lines
343 B
Modula-2
Raw Normal View History

module gosimplenpm
go 1.20
require (
github.com/gorilla/mux v1.8.0
github.com/sirupsen/logrus v1.9.3
2023-06-30 19:06:46 +00:00
github.com/spf13/cobra v1.7.0
golang.org/x/crypto v0.10.0
golang.org/x/mod v0.11.0
)
2023-06-30 19:06:46 +00:00
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.9.0 // indirect
)