forked from pfnet-research/k8s-cluster-simulator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gopkg.toml
45 lines (34 loc) · 821 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
[[constraint]]
name = "github.com/cpuguy83/strongerrors"
version = "~0.2.1"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "~1.4.1"
[[constraint]]
name = "github.com/pkg/errors"
version = "~0.8.1"
[[constraint]]
name = "github.com/spf13/viper"
version = "~1.3.1"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "~2.2.2"
[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.14.0-rc.1"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.14.0-rc.1"
[[constraint]]
name = "github.com/containerd/containerd"
version = "~1.2.5"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.3.0"
[prune]
go-tests = true
unused-packages = true
# Dependencies for example
[[constraint]]
name = "github.com/spf13/cobra"
version = "~0.0.3"