Update go.mod
... | ... | @@ -4,10 +4,7 @@ require ( |
git.scc.kit.edu/feudal/feudalScripts/v2 v2.0.0 | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/streadway/amqp v0.0.0-20181205114330-a314942b2fd9 | ||
github.com/stretchr/objx v0.1.1 // indirect | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
) |
Please register or sign in to comment