forked from flant/shell-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
39 lines (34 loc) · 1.44 KB
/
go.mod
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
module github.com/flant/shell-operator
go 1.12
require (
github.com/davecgh/go-spew v1.1.1
github.com/flant/kube-client v0.0.6
github.com/flant/libjq-go v1.6.2-0.20200616114952-907039e8a02a // branch: master
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-openapi/spec v0.19.3
github.com/go-openapi/strfmt v0.19.3
github.com/go-openapi/swag v0.19.5
github.com/go-openapi/validate v0.19.7
github.com/hashicorp/go-multierror v1.0.0
github.com/kennygrant/sanitize v1.2.4
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.9.0
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/satori/go.uuid.v1 v1.2.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.19.11
k8s.io/apiextensions-apiserver v0.19.11
k8s.io/apimachinery v0.19.11
k8s.io/client-go v0.19.11
sigs.k8s.io/kind v0.10.0
sigs.k8s.io/yaml v1.2.0
)
// replace github.com/go-openapi/validate => ../go-openapi-validate
replace github.com/go-openapi/validate => github.com/flant/go-openapi-validate v0.19.4-0.20200313141509-0c0fba4d39e1 // branch: fix_in_body_0_19_7
replace github.com/onsi/ginkgo v1.11.0 => github.com/flant/ginkgo v1.11.1-0.20200206071017-2216da3b016c // fix_coverage_combining
// replace github.com/flant/libjq-go => ../libjq-go