forked from flyteorg/flyteplugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
executable file
·65 lines (53 loc) · 1.87 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
required = ["github.com/lyft/flytestdlib/storage",
"github.com/lyft/flyteidl/gen/pb-go/flyteidl/event",
"sigs.k8s.io/controller-runtime/pkg/client",
"sigs.k8s.io/controller-runtime/pkg/cache",
"k8s.io/apimachinery/pkg/apis/meta/v1",
"k8s.io/client-go/tools/record",
"github.com/vektra/mockery",
]
ignored = ["k8s.io/spark-on-k8s-operator",
]
[[constraint]]
name = "github.com/lyft/flyteidl"
version = "^0.14.x"
[[override]]
name = "github.com/dgrijalva/jwt-go"
version = "v3.2.0"
[[constraint]]
name = "github.com/lyft/flytestdlib"
version = "^0.2.x"
[[constraint]]
name = "sigs.k8s.io/controller-runtime"
revision = "40070e2a1958c3d974ba95da883a2bd088137789"
# version = "^0.3.0"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.16.2"
[[constraint]]
name = "github.com/GoogleCloudPlatform/spark-on-k8s-operator"
version = "^0.1.x"
source = "https://github.com/lyft/spark-on-k8s-operator"
[[override]]
name = "k8s.io/api"
revision = "b49a72c274e072a6e385d55c671acb3717186ce5"
source = "https://github.com/lyft/api"
# Type resource.Quantity unmarshals with json, but not jsonpb (https://github.com/kubernetes/apimachinery/issues/59).
# Because we embed k8s protos in our own proto definitions we need to be able to call jsonpb marshal/unmarshal in order
# to use the k8s types in our our struct messages.
[[override]]
name = "k8s.io/apimachinery"
source = "https://github.com/lyft/apimachinery"
revision = "047e3ea32d7fb5984f444d7dd9510cfd362d7d7c"
[[override]]
name = "github.com/prometheus/client_golang"
version = "^0.9.0"
[[override]]
name = "github.com/stretchr/objx"
version = "0.1.1"
[[override]]
name = "golang.org/x/net"
branch = "master"
[[constraint]]
name = "github.com/vektra/mockery"
source = "github.com/enghabu/mockery"