This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Gopkg.toml.old
134 lines (102 loc) · 3.46 KB
/
Gopkg.toml.old
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# THIS FILE IS DEPRECATED, as we have officially moved to Go modules.
# However, there are some specific constraints in this file that may prove useful
# in the short term, so we're keeping it around for now for reference and convenience.
# Once we've been on modules for a while and are confident that things are working
# properly, this file can be deleted.
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
required = [
"k8s.io/code-generator/cmd/client-gen",
# Needed by github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/
"github.com/ghodss/yaml",
# Needed by github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/
"github.com/golang/protobuf/descriptor",
# Fixing dumb issue with codegangsta/cli
"github.com/cpuguy83/go-md2man",
"github.com/russross/blackfriday",
"github.com/AlecAivazis/survey",
]
[[constraint]]
branch = "master"
name = "github.com/russross/blackfriday"
[[constraint]]
branch = "master"
name = "github.com/fatih/color"
[[constraint]]
name = "github.com/alecthomas/jsonschema"
revision = "7152f22193c99d748515db8612354f96c5e2c71a"
# revision = "4bb6e3fae4f22dac4e1ecbeb001cfcf46ebbfba0"
# [[constraint]]
# name = "github.com/golang/protobuf"
# version = "1.2.0"
# Doing this for now, so protobuf package can be updated to latest and make protoc happy
[[override]]
name = "github.com/golang/protobuf"
branch = "master"
[[constraint]]
branch = "master"
name = "github.com/gorilla/handlers"
[[override]]
name = "github.com/grpc-ecosystem/grpc-gateway"
version = "1.11.1"
[[constraint]]
name = "github.com/influxdata/influxdb"
version = "~1.6.3"
[[constraint]]
branch = "master"
name = "github.com/philips/go-bindata-assetfs"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.27.0"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.1"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.3"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.13.3"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.3"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.3"
[[override]]
name = "k8s.io/code-generator"
version = "kubernetes-1.13.3"
[[constraint]]
name = "github.com/sirupsen/logrus"
branch = "master"
# github.com/nre-learning/antidote-core/vendor/google.golang.org/grpc/internal/channelz
# vendor/google.golang.org/grpc/internal/channelz/types_linux.go:41:15: undefined: unix.GetsockoptLinger
# vendor/google.golang.org/grpc/internal/channelz/types_linux.go:44:15: undefined: unix.GetsockoptTimeval
# vendor/google.golang.org/grpc/internal/channelz/types_linux.go:47:15: undefined: unix.GetsockoptTimeval
[[override]]
name = "golang.org/x/sys"
branch = "master"
[[override]]
name = "github.com/ghodss/yaml"
version = "v1.0.0"
[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "k8s.io/code-generator"
unused-packages = false
[[prune.project]]
name = "k8s.io/gengo"
unused-packages = false
[[prune.project]]
name = "github.com/grpc-ecosystem/grpc-gateway"
# Please do not remove this, we are relying on this to build binaries
unused-packages = false
[[prune.project]]
name = "github.com/golang/protobuf"
# Please do not remove this, we are relying on this to build binaries
unused-packages = false
[[prune.project]]
name = "github.com/russross/blackfriday"
unused-packages = false