fd1b918ee7fad83fa180093aa7ebc08bc290dd0c
[ric-plt/nodeb-rnib.git] / common / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common
2
3 go 1.12
4
5 require (
6         github.com/pkg/errors v0.8.1
7         github.com/stretchr/testify v1.3.0
8 )