summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/Gopkg.toml
blob: ed25a6f7dc1af7cd551beed7f83acc1e60057791 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
#   name = "github.com/user/project"
#   version = "1.0.0"
#
# [[constraint]]
#   name = "github.com/user/project2"
#   branch = "dev"
#   source = "github.com/myfork/project2"
#
# [[override]]
#   name = "github.com/x/y"
#   version = "2.4.0"
#
# [prune]
#   non-go = false
#   go-tests = true
#   unused-packages = true

# mongo-lint is a custom linter that is not called in any of the go code.
required = ["github.com/3rf/mongo-lint"]

[[constraint]]
  name = "github.com/mongodb/mongo-tools-common"
  branch = "master"

[[constraint]]
  name = "go.mongodb.org/mongo-driver"
  version = "v1.1"

[[constraint]]
  name = "github.com/10gen/escaper"
  revision = "17fe61c658dcbdcbf246c783f4f7dc97efde3a8b"

[[constraint]]
  name = "github.com/10gen/llmgo"
  revision = "afcced55e92d9b6b93ccf32508238c08cfbaddb8"

[[constraint]]
  name = "github.com/10gen/openssl"
  revision = "fc9a1d560ec3549c695198fe39b9de7f89a7503d"

[[constraint]]
  name = "github.com/google/gopacket"
  # v1.1.16 plus fixes for compilation errors
  revision = "7edef24d642a09d18efcf1e00a9dc2d4c6342c82"

[[constraint]]
  name = "github.com/howeyc/gopass"
  revision = "44476384cd4721b68705e72f19e95d1a3a504370"

[[constraint]]
  name = "github.com/jessevdk/go-flags"
  revision = "97448c91aac742cbca3d020b3e769013a420a06f"

[[constraint]]
  name = "github.com/nsf/termbox-go"
  revision = "0723e7c3d0a317dea811f0fbe4d6edd81908c971"

[[constraint]]
  name = "github.com/patrickmn/go-cache"
  revision = "1881a9bccb818787f68c52bfba648c6cf34c34fa"

[[constraint]]
  name = "github.com/smartystreets/goconvey"
  revision = "bf58a9a1291224109919756b4dcc469c670cc7e4"

[[constraint]]
  name = "golang.org/x/crypto"
  revision = "1f22c0103821b9390939b6776727195525381532"

[[override]]
  name = "gopkg.in/mgo.v2"
  source = "github.com/10gen/mgo"
  revision = "8c133fd1d0fc316302df84fc12769e17fb473bb1"

[[constraint]]
  name = "gopkg.in/tomb.v2"
  revision = "14b3d72120e8d10ea6e6b7f87f7175734b1faab8"

[[override]]
  name = "github.com/jtolds/gls"
  version = "4.20.0"

[[override]]
  name = "github.com/jacobsa/oglematchers"
  revision = "3ecefc49db07722beca986d9bb71ddd026b133f0"

[[override]]
  name = "github.com/smartystreets/assertions"
  revision = "287b4346dc4e71a038c346375a9d572453bc469b"

[[override]]
  name = "github.com/3rf/mongo-lint"
  revision = "3550fdcf1f43b89aaeabaa4559eaae6dc4407e42"

[[override]]
  name = "github.com/spacemonkeygo/spacelog"
  revision = "f936fb050dc6b5fe4a96b485a6f069e8bdc59aeb"

[[override]]
  name = "github.com/mattn/go-runewidth"
  version = "v0.0.4"

[[override]]
  name = "github.com/golang/snappy"
  revision = "d9eb7a3d35ec988b8585d4a0068e462c27d28380"

[[override]]
  name = "github.com/xdp/stringprep"
  version = "v1.0.0"

[[override]]
  name = "github.com/golang/text"
  version = "v0.3.0"

[prune]
  go-tests = true
  # unused-packages = true

[[constraint]]
  name = "github.com/google/go-cmp"
  version = "0.3.0"