-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gopkg.toml
51 lines (39 loc) · 893 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
40
41
42
43
44
45
46
47
48
49
50
51
required = [
"github.com/gojuno/minimock/cmd/minimock"
]
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/golang/protobuf"
version = "1.1.0"
[[constraint]]
name = "github.com/joho/godotenv"
version = "1.2.0"
[[constraint]]
name = "github.com/kelseyhightower/envconfig"
version = "1.3.0"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "go.uber.org/zap"
version = "1.8.0"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.9.8"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.9.8"
[[constraint]]
name = "k8s.io/client-go"
version = "~6.0"
[[constraint]]
name = "k8s.io/helm"
version = "~2.8"
[[constraint]]
name = "github.com/stretchr/testify"
version = "~1.2.2"
[[constraint]]
name = "github.com/gojuno/minimock"
branch = "master"