generated from bartoszmajsak/template-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
40 lines (29 loc) · 787 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
[prune]
go-tests = true
non-go = true
[[constraint]]
name = "github.com/spf13/viper"
version = "=v1.5.0"
[[constraint]]
name = "github.com/spf13/cobra"
version = "=v0.0.5"
[[constraint]]
name = "github.com/shurcooL/githubv4"
revision = "4ba037080260cb26279c05337b38064b520a7f9e"
# Workaround for https://github.com/golang/dep/issues/1799
# Otherwise ginkgo/gomega won't be pulled in
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
[[constraint]]
name = "github.com/onsi/gomega"
version = "=1.7.1"
[[constraint]]
name = "github.com/onsi/ginkgo"
version = "=1.10.3"
[[constraint]]
name = "go.uber.org/goleak"
branch = "master"
[[constraint]]
name = "gopkg.in/h2non/gock.v1"
version = "=v1.0.15"