2022-08-27 18:27:35 +00:00
|
|
|
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 (
|
2023-09-13 14:42:36 +00:00
|
|
|
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
|
2023-11-14 08:30:46 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-11-14 08:22:53 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2023-11-13 10:16:40 +00:00
|
|
|
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 (
|
2023-11-14 08:22:53 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-06-13 14:20:55 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-11-13 10:16:40 +00:00
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
2020-07-20 10:52:58 +00:00
|
|
|
)
|