gomod2nix/go.mod
adisbladis 53270b071e Replace dependency on Nix with go-nix
This calculates the output hashes in pure Go and removes Nix from
being a run time dependency of gomod2nix.

Additionally it should be faster, but that's untested.
2022-05-28 22:56:52 +08:00

11 lines
284 B
Modula-2

module github.com/tweag/gomod2nix
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/nix-community/go-nix v0.0.0-20220528121639-b940fb0a12d8
github.com/sirupsen/logrus v1.7.0
golang.org/x/mod v0.3.0
golang.org/x/sys v0.0.0-20220519141025-dcacdad47464 // indirect
)