X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=auth-token-fetch%2Fgo.mod;fp=auth-token-fetch%2Fgo.mod;h=4fbd6d3f71ad083190bec749bb93e046aa846d86;hb=a2042d0be66816154768f896817bc690b731f017;hp=b1fd1b6ccda050bfd46b978023832bfb8d9d8f90;hpb=f4ad7493dc6bbdca342be69a2b997196f28f5d74;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 )