Fetch of authorization token
[nonrtric.git] / auth-token-fetch / go.mod
index b1fd1b6..4fbd6d3 100644 (file)
@@ -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
 )