forked from flant/addon-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (28 loc) · 1.25 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
module github.com/flant/addon-operator
go 1.12
require (
github.com/davecgh/go-spew v1.1.1
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/flant/shell-operator v1.0.0-beta.12.0.20200903102652-4e8b8ad0bb3e // branch: master
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-openapi/spec v0.19.3
github.com/kennygrant/sanitize v1.2.4
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.9.0
github.com/peterbourgon/mergemap v0.0.0-20130613134717-e21c03b7a721
github.com/prometheus/client_golang v1.0.0
github.com/segmentio/go-camelcase v0.0.0-20160726192923-7085f1e3c734
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/tidwall/gjson v1.3.4
github.com/tidwall/sjson v1.0.4
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/satori/go.uuid.v1 v1.2.0
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
sigs.k8s.io/yaml v1.1.1-0.20191128155103-745ef44e09d6 // branch master, commit 745ef44e09d6, with fixes in yaml.v2.2.7
)
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/flant/shell-operator => ../shell-operator