Add tcpdump to the container image
[ric-plt/vespamgr.git] / go.mod
1 module RIC_VESAgent
2
3 go 1.12
4
5 require (
6         gerrit.o-ran-sc.org/r/com/golog.git v0.0.1
7         github.com/davecgh/go-spew v1.1.1 // indirect
8         github.com/stretchr/testify v1.3.0
9         gopkg.in/yaml.v2 v2.2.2
10 )