X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;fp=go.mod;h=bfd57df34d4bbe6bb5aafae33178b9ae85be01d4;hb=af41105030e5c1d3f669bdd2bf24d3b7274df639;hp=0000000000000000000000000000000000000000;hpb=87956295b3a222b6b4f946a27efd633175ae7ed4;p=ric-plt%2Ftracelibgo.git diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..bfd57df --- /dev/null +++ b/go.mod @@ -0,0 +1,8 @@ +module gerrit.o-ran-sc.org/r/ric-plt/tracelibgo + +require ( + github.com/opentracing/opentracing-go v1.1.0 + github.com/stretchr/testify v1.3.0 + github.com/uber/jaeger-client-go v2.16.0+incompatible + github.com/uber/jaeger-lib v2.0.0+incompatible // indirect +)