|
1 | | -module github.com/banzaicloud/k8s-objectmatcher/tests |
| 1 | +module github.com/cisco-open/k8s-objectmatcher/tests |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | emperror.dev/errors v0.8.0 |
7 | | - github.com/banzaicloud/k8s-objectmatcher v0.0.0 |
| 7 | + github.com/cisco-open/k8s-objectmatcher v0.0.0-00010101000000-000000000000 |
8 | 8 | k8s.io/api v0.21.3 |
9 | 9 | k8s.io/apiextensions-apiserver v0.21.3 |
10 | 10 | k8s.io/apimachinery v0.21.3 |
11 | 11 | k8s.io/client-go v0.21.3 |
12 | 12 | k8s.io/klog/v2 v2.8.0 |
13 | 13 | ) |
14 | 14 |
|
15 | | -replace github.com/banzaicloud/k8s-objectmatcher => ../ |
| 15 | +require ( |
| 16 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 17 | + github.com/evanphx/json-patch v4.9.0+incompatible // indirect |
| 18 | + github.com/go-logr/logr v0.4.0 // indirect |
| 19 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 20 | + github.com/golang/protobuf v1.4.3 // indirect |
| 21 | + github.com/google/go-cmp v0.5.4 // indirect |
| 22 | + github.com/google/gofuzz v1.1.0 // indirect |
| 23 | + github.com/googleapis/gnostic v0.4.1 // indirect |
| 24 | + github.com/imdario/mergo v0.3.5 // indirect |
| 25 | + github.com/json-iterator/go v1.1.12 // indirect |
| 26 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 27 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 28 | + github.com/pkg/errors v0.9.1 // indirect |
| 29 | + github.com/spf13/pflag v1.0.5 // indirect |
| 30 | + go.uber.org/atomic v1.7.0 // indirect |
| 31 | + go.uber.org/multierr v1.6.0 // indirect |
| 32 | + golang.org/x/net v0.0.0-20210224082022-3d97a244fca7 // indirect |
| 33 | + golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect |
| 34 | + golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect |
| 35 | + golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect |
| 36 | + golang.org/x/text v0.3.4 // indirect |
| 37 | + golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect |
| 38 | + google.golang.org/appengine v1.6.5 // indirect |
| 39 | + google.golang.org/protobuf v1.25.0 // indirect |
| 40 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 41 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 42 | + k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7 // indirect |
| 43 | + k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect |
| 44 | + sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect |
| 45 | + sigs.k8s.io/yaml v1.2.0 // indirect |
| 46 | +) |
| 47 | + |
| 48 | +replace github.com/cisco-open/k8s-objectmatcher => ../ |
0 commit comments