Fetch of authorization token

Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-735
Change-Id: I3b012fda486820ee1967e89dfa0b0e573255751f
diff --git a/auth-token-fetch/go.mod b/auth-token-fetch/go.mod
new file mode 100644
index 0000000..b1fd1b6
--- /dev/null
+++ b/auth-token-fetch/go.mod
@@ -0,0 +1,17 @@
+module oransc.org/nonrtric/auth-token-fetch
+
+go 1.17
+
+require (
+	github.com/sirupsen/logrus v1.8.1
+	github.com/stretchr/testify v1.7.0
+)
+
+require (
+	github.com/davecgh/go-spew v1.1.1 // indirect
+	github.com/kr/pretty v0.2.0 // indirect
+	github.com/pmezard/go-difflib v1.0.0 // indirect
+	golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
+	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+)