X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=auth-token-fetch%2Fgo.mod;h=4fbd6d3f71ad083190bec749bb93e046aa846d86;hb=refs%2Fchanges%2F37%2F9137%2F1;hp=b1fd1b6ccda050bfd46b978023832bfb8d9d8f90;hpb=07b21181487addeb0d89ddc063a89dbc0981d1b5;p=nonrtric.git diff --git a/auth-token-fetch/go.mod b/auth-token-fetch/go.mod index b1fd1b6c..4fbd6d3f 100644 --- a/auth-token-fetch/go.mod +++ b/auth-token-fetch/go.mod @@ -11,7 +11,7 @@ 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 + golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )