diff --git a/go.mod b/go.mod index 075fb0f..d94c323 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,7 @@ module github.com/distributedio/configo go 1.12 require ( + github.com/kylelemons/godebug v1.1.0 // indirect github.com/shafreeck/toml v0.0.0-20190326060449-44ad86712acc - golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect - golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 // indirect - golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect golang.org/x/tools v0.0.0-20190319232107-3f1ed9edd1b4 )