forked from akash-gautam/bookstore-operator-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
46 lines (37 loc) · 1.24 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
[[override]]
name = "github.com/go-openapi/spec"
branch = "master"
[[override]]
name = "k8s.io/api"
# revision for tag "kubernetes-1.14.1"
revision = "6e4e0e4f393bf5e8bbff570acd13217aa5a770cd"
[[override]]
name = "k8s.io/apiextensions-apiserver"
# revision for tag "kubernetes-1.14.1"
revision = "727a075fdec8319bf095330e344b3ccc668abc73"
[[override]]
name = "k8s.io/apimachinery"
# revision for tag "kubernetes-1.14.1"
revision = "6a84e37a896db9780c75367af8d2ed2bb944022e"
[[override]]
name = "k8s.io/client-go"
# revision for tag "kubernetes-1.14.1"
revision = "1a26190bd76a9017e289958b9fba936430aa3704"
[[override]]
name = "github.com/coreos/prometheus-operator"
version = "=v0.31.1"
[[override]]
name = "sigs.k8s.io/controller-runtime"
version = "=v0.2.0"
# Required when resolving controller-runtime dependencies.
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master" #osdk_branch_annotation
# version = "=v0.10.0" #osdk_version_annotation
[prune]
go-tests = true
non-go = true