Katri Turunen | 4b74f01 | 2019-08-15 10:49:36 +0300 | [diff] [blame] | 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/google/go-cmp v0.3.0 // indirect | ||||
8 | github.com/kr/pty v1.1.3 // indirect | ||||
9 | github.com/markbates/deplist v1.0.5 // indirect | ||||
10 | github.com/stretchr/testify v1.3.0 | ||||
11 | gopkg.in/yaml.v2 v2.2.2 | ||||
12 | gotest.tools v2.2.0+incompatible // indirect | ||||
13 | ) |