mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
12 lines
332 B
Modula-2
12 lines
332 B
Modula-2
module github.com/tweag/gomod2nix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/orivej/go-nix v0.0.0-20180830055821-dae45d921a44
|
|
github.com/sirupsen/logrus v1.7.0
|
|
golang.org/x/mod v0.3.0
|
|
golang.org/x/sys v0.0.0-20220519141025-dcacdad47464 // indirect
|
|
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
|
|
)
|