@@ -5,28 +5,28 @@ go 1.19
5
5
require (
6
6
github.com/docker/distribution v2.8.1+incompatible
7
7
github.com/google/go-jsonnet v0.18.0
8
- github.com/mikefarah/yq/v4 v4.27.2
9
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.58 .0
8
+ github.com/mikefarah/yq/v4 v4.27.3
9
+ github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.59 .0
10
10
github.com/prometheus/alertmanager v0.24.0
11
- github.com/prometheus/common v0.32.1
11
+ github.com/prometheus/common v0.37.0
12
12
github.com/spf13/cobra v1.5.0
13
13
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
14
- helm.sh/helm/v3 v3.9.2
15
- k8s.io/api v0.24.3
16
- k8s.io/apimachinery v0.24.3
17
- k8s.io/utils v0.0.0-20220810061631-2e139fc3ae1e
14
+ helm.sh/helm/v3 v3.9.4
15
+ k8s.io/api v0.25.0
16
+ k8s.io/apimachinery v0.25.0
17
+ k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
18
18
sigs.k8s.io/yaml v1.3.0
19
19
)
20
20
21
21
require (
22
22
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
23
23
github.com/Masterminds/semver/v3 v3.1.1 // indirect
24
24
github.com/Microsoft/go-winio v0.5.2 // indirect
25
- github.com/ProtonMail/go-crypto v0.0.0-20220810064516-de89276ce0f3 // indirect
25
+ github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895 // indirect
26
26
github.com/a8m/envsubst v1.3.0 // indirect
27
27
github.com/acomagu/bufpipe v1.0.3 // indirect
28
- github.com/alecthomas/participle/v2 v2.0.0-beta.4 // indirect
29
- github.com/aws/aws-sdk-go v1.43.11 // indirect
28
+ github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
29
+ github.com/aws/aws-sdk-go v1.44.91 // indirect
30
30
github.com/beorn7/perks v1.0.1 // indirect
31
31
github.com/cespare/xxhash/v2 v2.1.2 // indirect
32
32
github.com/cloudflare/circl v1.2.0 // indirect
@@ -37,7 +37,7 @@ require (
37
37
github.com/docker/docker-credential-helpers v0.6.4 // indirect
38
38
github.com/docker/go-connections v0.4.0 // indirect
39
39
github.com/docker/go-metrics v0.0.1 // indirect
40
- github.com/docker/go-units v0.4 .0 // indirect
40
+ github.com/docker/go-units v0.5 .0 // indirect
41
41
github.com/elliotchance/orderedmap v1.4.0 // indirect
42
42
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
43
43
github.com/emirpasic/gods v1.18.1 // indirect
@@ -46,12 +46,12 @@ require (
46
46
github.com/go-errors/errors v1.4.2 // indirect
47
47
github.com/go-git/gcfg v1.5.0 // indirect
48
48
github.com/go-git/go-billy/v5 v5.3.1 // indirect
49
- github.com/go-kit/log v0.2.0 // indirect
49
+ github.com/go-kit/log v0.2.1 // indirect
50
50
github.com/go-logfmt/logfmt v0.5.1 // indirect
51
51
github.com/go-openapi/jsonpointer v0.19.5 // indirect
52
52
github.com/go-openapi/jsonreference v0.20.0 // indirect
53
- github.com/go-openapi/swag v0.22.0 // indirect
54
- github.com/goccy/go-json v0.9.10 // indirect
53
+ github.com/go-openapi/swag v0.22.3 // indirect
54
+ github.com/goccy/go-json v0.9.11 // indirect
55
55
github.com/goccy/go-yaml v1.9.5 // indirect
56
56
github.com/golang/protobuf v1.5.2 // indirect
57
57
github.com/google/btree v1.1.2 // indirect
@@ -72,8 +72,8 @@ require (
72
72
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
73
73
github.com/magiconair/properties v1.8.6 // indirect
74
74
github.com/mailru/easyjson v0.7.7 // indirect
75
- github.com/mattn/go-colorable v0.1.12 // indirect
76
- github.com/mattn/go-isatty v0.0.14 // indirect
75
+ github.com/mattn/go-colorable v0.1.13 // indirect
76
+ github.com/mattn/go-isatty v0.0.16 // indirect
77
77
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
78
78
github.com/mitchellh/go-homedir v1.1.0 // indirect
79
79
github.com/moby/locker v1.0.1 // indirect
@@ -86,31 +86,31 @@ require (
86
86
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
87
87
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
88
88
github.com/pkg/errors v0.9.1 // indirect
89
- github.com/prometheus/client_golang v1.12.2 // indirect
89
+ github.com/prometheus/client_golang v1.13.0 // indirect
90
90
github.com/prometheus/client_model v0.2.0 // indirect
91
91
github.com/prometheus/common/sigv4 v0.1.0 // indirect
92
92
github.com/prometheus/procfs v0.8.0 // indirect
93
93
github.com/rogpeppe/go-internal v1.8.0 // indirect
94
94
github.com/sergi/go-diff v1.2.0 // indirect
95
95
github.com/sirupsen/logrus v1.9.0 // indirect
96
- github.com/xanzy/ssh-agent v0.3.1 // indirect
96
+ github.com/xanzy/ssh-agent v0.3.2 // indirect
97
97
github.com/xlab/treeprint v1.1.0 // indirect
98
- go.starlark.net v0.0.0-20220714194419-4cadf0a12139 // indirect
99
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
100
- golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7 // indirect
101
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
102
- golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
98
+ go.starlark.net v0.0.0-20220817180228-f738f5508c12 // indirect
99
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
100
+ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
101
+ golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
102
+ golang.org/x/sys v0.0.0-20220906135438-9e1f76180b77 // indirect
103
103
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
104
104
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
105
105
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
106
106
google.golang.org/appengine v1.6.7 // indirect
107
- google.golang.org/genproto v0.0.0-20220808204814-fd01256a5276 // indirect
108
- google.golang.org/grpc v1.48 .0 // indirect
107
+ google.golang.org/genproto v0.0.0-20220902135211-223410557253 // indirect
108
+ google.golang.org/grpc v1.49 .0 // indirect
109
109
google.golang.org/protobuf v1.28.1 // indirect
110
110
gopkg.in/warnings.v0 v0.1.2 // indirect
111
111
gopkg.in/yaml.v3 v3.0.1 // indirect
112
- k8s.io/cli-runtime v0.24.3 // indirect
113
- k8s.io/client-go v0.24.3 // indirect
112
+ k8s.io/cli-runtime v0.25.0 // indirect
113
+ k8s.io/client-go v0.25.0 // indirect
114
114
k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
115
115
oras.land/oras-go v1.2.0 // indirect
116
116
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
@@ -126,11 +126,11 @@ require (
126
126
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
127
127
github.com/modern-go/reflect2 v1.0.2 // indirect
128
128
github.com/spf13/pflag v1.0.5 // indirect
129
- golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced // indirect
129
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
130
130
golang.org/x/text v0.3.7 // indirect
131
131
gopkg.in/inf.v0 v0.9.1 // indirect
132
132
gopkg.in/yaml.v2 v2.4.0
133
- k8s.io/klog/v2 v2.70.1 // indirect
133
+ k8s.io/klog/v2 v2.80.0 // indirect
134
134
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
135
135
sigs.k8s.io/kustomize/api v0.12.1
136
136
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
0 commit comments