forked from Shopify/ghostferry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
39 lines (30 loc) · 765 Bytes
/
Gopkg.toml
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
[[constraint]]
branch = "v1"
name = "github.com/Masterminds/squirrel"
[[constraint]]
branch = "master"
name = "github.com/Shopify/go-dogstatsd"
[[constraint]]
name = "github.com/go-sql-driver/mysql"
version = "1.3.0"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.4.0"
[[constraint]]
name = "github.com/shopspring/decimal"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/siddontang/go-mysql"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
name = "github.com/golang/snappy"
revision = "2e65f85255dbc3072edf28d6b5b8efc472979f5a"
[prune]
go-tests = true
unused-packages = true