X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=auth-token-fetch%2Fgo.mod;h=f394d65a6f4e8015e2607b096b4b11b0f4933d4a;hb=HEAD;hp=b1fd1b6ccda050bfd46b978023832bfb8d9d8f90;hpb=0d129fcb9c18a4fdc989a4c338d8407fea76ee97;p=nonrtric.git diff --git a/auth-token-fetch/go.mod b/auth-token-fetch/go.mod index b1fd1b6c..f394d65a 100644 --- a/auth-token-fetch/go.mod +++ b/auth-token-fetch/go.mod @@ -1,6 +1,6 @@ module oransc.org/nonrtric/auth-token-fetch -go 1.17 +go 1.19 require ( github.com/sirupsen/logrus v1.8.1 @@ -8,10 +8,31 @@ require ( ) require ( + github.com/cespare/xxhash v1.1.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect + github.com/dgraph-io/ristretto v0.0.2 // indirect + github.com/fsnotify/fsnotify v1.4.9 // indirect + github.com/google/uuid v1.1.1 // indirect + github.com/hashicorp/hcl v1.0.0 // indirect + github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/kr/pretty v0.2.0 // indirect + github.com/magiconair/properties v1.8.1 // indirect + github.com/mitchellh/mapstructure v1.3.2 // indirect + github.com/ory/go-acc v0.2.8 // indirect + github.com/ory/viper v1.7.5 // indirect + github.com/pborman/uuid v1.2.0 // indirect + github.com/pelletier/go-toml v1.8.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect + github.com/spf13/afero v1.2.2 // indirect + github.com/spf13/cast v1.3.1 // indirect + github.com/spf13/cobra v1.0.0 // indirect + github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect + github.com/subosito/gotenv v1.2.0 // indirect + golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect + golang.org/x/text v0.3.2 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect + gopkg.in/ini.v1 v1.57.0 // indirect + gopkg.in/yaml.v2 v2.3.0 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )