forked from segmentio/aws-okta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (27 loc) · 1.45 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/segmentio/aws-okta
require (
github.com/99designs/keyring v0.0.0-20181012025958-ff690aee77e9
github.com/Sirupsen/logrus v0.0.0-20170515105910-5e5dc898656f
github.com/aulanov/go.dbus v0.0.0-20150729231527-25c3068a42a0
github.com/aws/aws-sdk-go v0.0.0-20170323003848-3bc643c63c6f
github.com/danieljoos/wincred v1.0.1
github.com/dvsekhvalnov/jose2go v0.0.0-20170629143815-9f050a91b1f2
github.com/go-ini/ini v1.39.0 // indirect
github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c
github.com/inconshreveable/mousetrap v1.0.0
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/keybase/go-keychain v0.0.0-20180801170200-15d3657f24fc
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/segmentio/analytics-go v0.0.0-20180319165424-4f08212e9b32
github.com/segmentio/backo-go v0.0.0-20160424052352-204274ad699c
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/spf13/cobra v0.0.0-20170621173259-31694f19adee
github.com/spf13/pflag v1.0.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
golang.org/x/crypto v0.0.0-20170425182615-5f995c0d1c72
golang.org/x/net v0.0.0-20160331214825-3e8a7b0329d5
golang.org/x/sys v0.0.0-20150612014455-b4e289961544
)