gomod2nix/go.mod

19 lines
455 B
Modula-2
Raw Normal View History

module github.com/nix-community/gomod2nix
2020-07-20 10:52:58 +00:00
2022-06-13 11:02:49 +00:00
go 1.17
2020-07-20 10:52:58 +00:00
require (
github.com/BurntSushi/toml v1.3.2
2022-06-13 11:02:49 +00:00
github.com/nix-community/go-nix v0.0.0-20220612195009-5f5614f7ca47
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
golang.org/x/mod v0.14.0
golang.org/x/tools/go/vcs v0.1.0-deprecated
2022-06-13 11:02:49 +00:00
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2022-06-13 14:20:55 +00:00
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.14.0 // indirect
2020-07-20 10:52:58 +00:00
)