RIC:1060: Change in PTL
[com/golog.git] / go.mod
1 module gerrit.o-ran-sc.org/r/com/golog
2
3 go 1.18
4
5 require (
6         github.com/stretchr/testify v1.4.0
7         k8s.io/utils v0.0.0-20230313181309-38a27ef9d749
8 )
9
10 require (
11         github.com/davecgh/go-spew v1.1.1 // indirect
12         github.com/pmezard/go-difflib v1.0.0 // indirect
13         gopkg.in/yaml.v2 v2.2.2 // indirect
14 )