-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
Fixes #170
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,32 @@ | ||
module github.com/segmentio/aws-okta | ||
|
||
require ( | ||
github.com/99designs/keyring v0.0.0-20181012025958-ff690aee77e9 | ||
github.com/99designs/keyring v0.0.0-20190519035117-cc31b704f07c | ||
github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 | ||
github.com/aulanov/go.dbus v0.0.0-20150729231527-25c3068a42a0 // indirect | ||
github.com/aws/aws-sdk-go v0.0.0-20170323003848-3bc643c63c6f | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/danieljoos/wincred v1.0.1 // indirect | ||
github.com/dvsekhvalnov/jose2go v0.0.0-20170629143815-9f050a91b1f2 // indirect | ||
github.com/go-ini/ini v1.39.0 // indirect | ||
github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c // indirect | ||
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/keybase/go-keychain v0.0.0-20180801170200-15d3657f24fc // indirect | ||
github.com/keybase/go-keychain v0.0.0-20190604185112-cc436cc9fe98 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/marshallbrekka/go-u2fhost v0.0.0-20170128051651-72b0e7a3f583 | ||
github.com/marshallbrekka/go.hid v0.0.0-20161227002717-2c1c4616a9e7 // indirect | ||
github.com/mitchellh/go-homedir v1.0.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/segmentio/analytics-go v3.0.1+incompatible | ||
github.com/segmentio/backo-go v0.0.0-20160424052352-204274ad699c // indirect | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c | ||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect | ||
github.com/spf13/cobra v0.0.0-20170621173259-31694f19adee | ||
github.com/spf13/pflag v1.0.0 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec | ||
github.com/vitaminwater/cgo.wchar v0.0.0-20160320123332-5dd6f4be3f2a // indirect | ||
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a | ||
golang.org/x/sys v0.0.0-20190516110030-61b9204099cb // indirect | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 | ||
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 | ||
golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542 // indirect | ||
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/ini.v1 v1.42.0 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.