gomod2nix/go.mod

20 lines
560 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 (
2022-05-30 11:19:26 +00:00
github.com/BurntSushi/toml v1.1.0
2022-06-13 11:02:49 +00:00
github.com/nix-community/go-nix v0.0.0-20220612195009-5f5614f7ca47
2022-05-30 11:19:26 +00:00
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
2022-05-30 11:19:26 +00:00
golang.org/x/mod v0.5.1
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
2022-06-13 11:02:49 +00:00
)
require (
2022-06-13 14:20:55 +00:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
2022-06-13 11:02:49 +00:00
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
2020-07-20 10:52:58 +00:00
)