Add tcpdump to the container image
[ric-plt/vespamgr.git] / go.mod
diff --git a/go.mod b/go.mod
index f8a7354..10cf8df 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,7 @@ go 1.12
 
 require (
        gerrit.o-ran-sc.org/r/com/golog.git v0.0.1
-       github.com/google/go-cmp v0.3.0 // indirect
-       github.com/kr/pty v1.1.3 // indirect
-       github.com/markbates/deplist v1.0.5 // indirect
+       github.com/davecgh/go-spew v1.1.1 // indirect
        github.com/stretchr/testify v1.3.0
        gopkg.in/yaml.v2 v2.2.2
-       gotest.tools v2.2.0+incompatible // indirect
 )