First version of the tracing library

Supports only noop tracer.

Change-Id: Ie5786036af4d44c2cc7906ee43e4a1672292fa1a
Signed-off-by: Roni Riska <roni.riska@nokia.com>
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
+)