2020-07-20 10:52:58 +00:00
|
|
|
module github.com/tweag/gomod2nix
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-07-20 11:55:32 +00:00
|
|
|
github.com/orivej/go-nix v0.0.0-20180830055821-dae45d921a44
|
2020-07-20 10:52:58 +00:00
|
|
|
golang.org/x/mod v0.3.0
|
|
|
|
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
|
|
|
|
)
|