|
1 | 1 | module sigs.k8s.io/controller-runtime/examples/scratch-env
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.21 |
| 4 | + |
| 5 | +toolchain go1.21.0 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/spf13/pflag v1.0.5
|
7 | 9 | go.uber.org/zap v1.26.0
|
8 | 10 | sigs.k8s.io/controller-runtime v0.0.0-00010101000000-000000000000
|
9 | 11 | )
|
10 | 12 |
|
| 13 | +require ( |
| 14 | + github.com/beorn7/perks v1.0.1 // indirect |
| 15 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 16 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 17 | + github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
| 18 | + github.com/evanphx/json-patch/v5 v5.7.0 // indirect |
| 19 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 20 | + github.com/go-logr/logr v1.3.0 // indirect |
| 21 | + github.com/go-logr/zapr v1.3.0 // indirect |
| 22 | + github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 23 | + github.com/go-openapi/jsonreference v0.20.2 // indirect |
| 24 | + github.com/go-openapi/swag v0.22.3 // indirect |
| 25 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 26 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 27 | + github.com/golang/protobuf v1.5.3 // indirect |
| 28 | + github.com/google/gnostic-models v0.6.8 // indirect |
| 29 | + github.com/google/go-cmp v0.6.0 // indirect |
| 30 | + github.com/google/gofuzz v1.2.0 // indirect |
| 31 | + github.com/google/uuid v1.3.0 // indirect |
| 32 | + github.com/imdario/mergo v0.3.6 // indirect |
| 33 | + github.com/josharian/intern v1.0.0 // indirect |
| 34 | + github.com/json-iterator/go v1.1.12 // indirect |
| 35 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 36 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
| 37 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 38 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 39 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 40 | + github.com/pkg/errors v0.9.1 // indirect |
| 41 | + github.com/prometheus/client_golang v1.17.0 // indirect |
| 42 | + github.com/prometheus/client_model v0.5.0 // indirect |
| 43 | + github.com/prometheus/common v0.44.0 // indirect |
| 44 | + github.com/prometheus/procfs v0.11.1 // indirect |
| 45 | + go.uber.org/multierr v1.11.0 // indirect |
| 46 | + golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect |
| 47 | + golang.org/x/net v0.17.0 // indirect |
| 48 | + golang.org/x/oauth2 v0.10.0 // indirect |
| 49 | + golang.org/x/sys v0.15.0 // indirect |
| 50 | + golang.org/x/term v0.13.0 // indirect |
| 51 | + golang.org/x/text v0.13.0 // indirect |
| 52 | + golang.org/x/time v0.3.0 // indirect |
| 53 | + gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect |
| 54 | + google.golang.org/appengine v1.6.7 // indirect |
| 55 | + google.golang.org/protobuf v1.31.0 // indirect |
| 56 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 57 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 58 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 59 | + k8s.io/api v0.29.0-rc.1 // indirect |
| 60 | + k8s.io/apiextensions-apiserver v0.29.0-rc.1 // indirect |
| 61 | + k8s.io/apimachinery v0.29.0-rc.1 // indirect |
| 62 | + k8s.io/client-go v0.29.0-rc.1 // indirect |
| 63 | + k8s.io/component-base v0.29.0-rc.1 // indirect |
| 64 | + k8s.io/klog/v2 v2.110.1 // indirect |
| 65 | + k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect |
| 66 | + k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
| 67 | + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| 68 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| 69 | + sigs.k8s.io/yaml v1.4.0 // indirect |
| 70 | +) |
| 71 | + |
11 | 72 | replace sigs.k8s.io/controller-runtime => ../..
|
0 commit comments