Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Upstream added a go-mod-compatible tag v1.0.0 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment authored Jul 23, 2019
1 parent f7b1afb commit bfe0916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bfe0916

Please sign in to comment.