diff --git a/go.mod b/go.mod index a797021d..49eba008 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/segmentio/aws-okta require ( - github.com/99designs/keyring v0.0.0-20190519035117-cc31b704f07c + github.com/99designs/keyring v1.0.0 github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 github.com/aws/aws-sdk-go v0.0.0-20170323003848-3bc643c63c6f github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect diff --git a/go.sum b/go.sum index 57ce845f..81886a7b 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/99designs/keyring v0.0.0-20190519035117-cc31b704f07c h1:S8zy0PqiOD64rBdjd/X9qlbijKhyK9psOkM1DMAkGEU= -github.com/99designs/keyring v0.0.0-20190519035117-cc31b704f07c/go.mod h1:qVCfjMddwdzjgy848stNe9eTPmovvxF1lhJvOD6LUEo= +github.com/99designs/keyring v1.0.0 h1:O2nCc8QRO2yeO7ncdR7bd17cdofhM8AXug42ahzEswU= +github.com/99designs/keyring v1.0.0/go.mod h1:qVCfjMddwdzjgy848stNe9eTPmovvxF1lhJvOD6LUEo= github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 h1:H/GMMKYPkEIC3DF/JWQz8Pdd+Feifov2EIgGfNpeogI= github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053/go.mod h1:xW8sBma2LE3QxFSzCnH9qe6gAE2yO9GvQaWwX89HxbE= github.com/aws/aws-sdk-go v0.0.0-20170323003848-3bc643c63c6f h1:jUaGnP0b/8/iuYRSz0wldEkOmRa6Veb/bRy55KOdQwQ= diff --git a/vendor/modules.txt b/vendor/modules.txt index 55e879fb..197bb589 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,4 +1,4 @@ -# github.com/99designs/keyring v0.0.0-20190519035117-cc31b704f07c +# github.com/99designs/keyring v1.0.0 github.com/99designs/keyring # github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 github.com/alessio/shellescape