forked from mongodb/mongo-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1021 Bytes
/
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
module github.com/mongodb/mongo-tools
go 1.16
require (
github.com/3rf/mongo-lint v0.0.0-20140604191638-3550fdcf1f43
github.com/aws/aws-sdk-go v1.34.28
github.com/craiggwilson/goke v0.0.0-20200309222237-69a77cdfe646
github.com/google/go-cmp v0.5.2
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/klauspost/compress v1.10.1 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nsf/termbox-go v0.0.0-20160718140619-0723e7c3d0a3
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.6.4
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d
go.mongodb.org/mongo-driver v1.6.0
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
gopkg.in/tomb.v2 v2.0.0-20140626144623-14b3d72120e8
gopkg.in/yaml.v2 v2.4.0
)