forked from solo-io/sqoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
69 lines (53 loc) · 1.46 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[prune]
go-tests = true
unused-packages = true
# used for older sqoop, remove if upgrading to 99designs
[[constraint]]
revision = "6b3b338d5f9c8b5a80ad4ea1e2e37aa58677ea9d"
name = "github.com/vektah/gqlgen"
[[constraint]]
version = "0.7.2"
name = "github.com/99designs/gqlgen"
[[constraint]]
version = "1.1.1"
name = "github.com/gogo/protobuf"
[[override]]
name = "k8s.io/kubernetes"
version = "=v1.13.0"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.13.0"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.0"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.0"
[[override]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.13.0"
[[override]]
name = "k8s.io/apiserver"
version = "kubernetes-1.13.0"
[[override]]
version = "1.2.0"
name = "github.com/golang/protobuf"
[[constraint]]
name = "github.com/solo-io/solo-kit"
version = "0.9.6"
[[constraint]]
name = "github.com/solo-io/gloo"
version = "0.13.25"
[[override]]
name = "github.com/hashicorp/consul"
revision = "eba25a143821cec25bdb48fe64dd7b7a6152d01d"
# go versioning story not ideal, so we have to pin serf to the version consul expects
[[override]]
name = "github.com/hashicorp/serf"
revision = "19bbd39e421bdf3559d5025fb2c760f5ffa56233"
[[constraint]]
name = "github.com/solo-io/go-checkpoint"
version = "0.0.4"
[[override]]
name = "github.com/solo-io/go-utils"
version = "0.8.16"