2020-07-20 10:52:58 +00:00
|
|
|
module github.com/tweag/gomod2nix
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-07-20 12:26:57 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2022-05-28 12:57:28 +00:00
|
|
|
github.com/nix-community/go-nix v0.0.0-20220528121639-b940fb0a12d8
|
2020-07-21 09:42:32 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-07-20 10:52:58 +00:00
|
|
|
golang.org/x/mod v0.3.0
|
2022-05-20 09:41:24 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220519141025-dcacdad47464 // indirect
|
2020-07-20 10:52:58 +00:00
|
|
|
)
|