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 (
|
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
|
2022-06-13 19:26:50 +00:00
|
|
|
github.com/spf13/cobra v1.4.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 (
|
2022-06-13 14:20:55 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
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
|
|
|
)
|