Skip to content

Commit 7cdf86a

Browse files
committed
dep(bump): Bump lots of deps
Signed-off-by: dark0dave <[email protected]>
1 parent 12491ad commit 7cdf86a

File tree

3 files changed

+80
-54
lines changed

3 files changed

+80
-54
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
test:
2222
name: test
2323
runs-on: ubuntu-latest
24-
container: golang:1.21-alpine3.19
24+
container: golang:1.22-alpine3.19
2525
steps:
2626
- name: Install git
2727
run: apk add --update --no-cache git
@@ -37,7 +37,7 @@ jobs:
3737
build:
3838
name: build
3939
runs-on: ubuntu-latest
40-
container: golang:1.21-alpine3.19
40+
container: golang:1.22-alpine3.19
4141
strategy:
4242
matrix:
4343
os: [linux, darwin, windows]

go.mod

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
module github.com/doitintl/kube-no-trouble
22

3-
go 1.18
3+
go 1.22.0
4+
5+
toolchain go1.22.1
46

57
require (
68
github.com/ghodss/yaml v1.0.0
79
github.com/hashicorp/go-version v1.6.0
8-
github.com/open-policy-agent/opa v0.62.1
10+
github.com/open-policy-agent/opa v0.64.1
911
github.com/rs/zerolog v1.32.0
1012
github.com/spf13/pflag v1.0.5
1113
helm.sh/helm/v3 v3.13.3
1214
k8s.io/apimachinery v0.28.4
13-
k8s.io/client-go v0.28.4
15+
k8s.io/client-go v0.28.4 // Change me and break everything
1416
k8s.io/klog/v2 v2.120.1
1517
)
1618

@@ -34,7 +36,7 @@ require (
3436
github.com/go-openapi/swag v0.22.3 // indirect
3537
github.com/gobwas/glob v0.2.3 // indirect
3638
github.com/gogo/protobuf v1.3.2 // indirect
37-
github.com/golang/protobuf v1.5.3 // indirect
39+
github.com/golang/protobuf v1.5.4 // indirect
3840
github.com/google/gnostic-models v0.6.8 // indirect
3941
github.com/google/go-cmp v0.6.0 // indirect
4042
github.com/google/gofuzz v1.2.0 // indirect
@@ -56,9 +58,8 @@ require (
5658
github.com/modern-go/reflect2 v1.0.2 // indirect
5759
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5860
github.com/pkg/errors v0.9.1 // indirect
59-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6061
github.com/prometheus/client_golang v1.19.0 // indirect
61-
github.com/prometheus/client_model v0.5.0 // indirect
62+
github.com/prometheus/client_model v0.6.1 // indirect
6263
github.com/prometheus/common v0.48.0 // indirect
6364
github.com/prometheus/procfs v0.12.0 // indirect
6465
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
@@ -73,14 +74,14 @@ require (
7374
go.opentelemetry.io/otel/metric v1.21.0 // indirect
7475
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
7576
go.opentelemetry.io/otel/trace v1.21.0 // indirect
76-
golang.org/x/net v0.22.0 // indirect
77+
golang.org/x/net v0.24.0 // indirect
7778
golang.org/x/oauth2 v0.16.0 // indirect
78-
golang.org/x/sys v0.18.0 // indirect
79-
golang.org/x/term v0.18.0 // indirect
79+
golang.org/x/sys v0.19.0 // indirect
80+
golang.org/x/term v0.19.0 // indirect
8081
golang.org/x/text v0.14.0 // indirect
8182
golang.org/x/time v0.5.0 // indirect
82-
google.golang.org/appengine v1.6.8 // indirect
83-
google.golang.org/protobuf v1.32.0 // indirect
83+
google.golang.org/appengine v1.6.7 // indirect
84+
google.golang.org/protobuf v1.33.0 // indirect
8485
gopkg.in/inf.v0 v0.9.1 // indirect
8586
gopkg.in/yaml.v2 v2.4.0 // indirect
8687
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)