forked from mirrors/gomod2nix
8 lines
136 B
Modula-2
8 lines
136 B
Modula-2
module github.com/tweag/gomod2nix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
golang.org/x/mod v0.3.0
|
|
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
|
|
)
|