Skip to content

Commit c2ae998

Browse files
committed
Bump modules and go ver to 1.23
Signed-off-by: Saswata Mukherjee <[email protected]>
1 parent 08b888a commit c2ae998

File tree

1,136 files changed

+220325
-77813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,136 files changed

+220325
-77813
lines changed

.github/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang-version=1.19.x
1+
golang-version=1.23.x

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.19-alpine3.16 as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.21 as builder
22

33
RUN apk add --update --no-cache ca-certificates tzdata git make bash && update-ca-certificates
44

go.mod

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/observatorium/token-refresher
22

3-
go 1.19
3+
go 1.23.0
4+
5+
toolchain go1.23.1
46

57
require (
68
github.com/campoy/embedmd v1.0.0
@@ -10,23 +12,23 @@ require (
1012
github.com/observatorium/observatorium v0.1.2-0.20201001162514-585e9d38dea7
1113
github.com/observatorium/up v0.0.0-20200603110215-8a20b4e48ac0
1214
github.com/oklog/run v1.1.0
13-
github.com/prometheus/client_golang v1.5.1
15+
github.com/prometheus/client_golang v1.21.1
1416
github.com/spf13/pflag v1.0.5
15-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
17+
golang.org/x/oauth2 v0.24.0
1618
)
1719

1820
require (
1921
cloud.google.com/go v0.46.3 // indirect
2022
github.com/BurntSushi/toml v0.3.1 // indirect
2123
github.com/OneOfOne/xxhash v1.2.7 // indirect
2224
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
23-
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
25+
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
2426
github.com/beevik/etree v1.1.0 // indirect
2527
github.com/beorn7/perks v1.0.1 // indirect
2628
github.com/brancz/gojsontoyaml v0.0.0-20191212081931-bf2969bbd742 // indirect
2729
github.com/brancz/kube-rbac-proxy v0.5.0 // indirect
2830
github.com/cespare/xxhash v1.1.0 // indirect
29-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
31+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3032
github.com/containerd/continuity v0.0.0-20200107194136-26c1120b8d41 // indirect
3133
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
3234
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
@@ -43,7 +45,7 @@ require (
4345
github.com/gobwas/glob v0.2.3 // indirect
4446
github.com/gogo/protobuf v1.3.1 // indirect
4547
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
46-
github.com/golang/protobuf v1.4.0 // indirect
48+
github.com/golang/protobuf v1.5.0 // indirect
4749
github.com/golang/snappy v0.0.1 // indirect
4850
github.com/google/go-jsonnet v0.15.1-0.20200310221949-724650d358b6 // indirect
4951
github.com/google/uuid v1.1.1 // indirect
@@ -59,8 +61,9 @@ require (
5961
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6062
github.com/instrumenta/kubeval v0.0.0-20200515185822-7721cbec724c // indirect
6163
github.com/jonboulle/clockwork v0.1.0 // indirect
62-
github.com/json-iterator/go v1.1.9 // indirect
64+
github.com/json-iterator/go v1.1.12 // indirect
6365
github.com/jsonnet-bundler/jsonnet-bundler v0.3.1 // indirect
66+
github.com/klauspost/compress v1.17.11 // indirect
6467
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
6568
github.com/kr/text v0.2.0 // indirect
6669
github.com/lib/pq v1.3.0 // indirect
@@ -69,10 +72,10 @@ require (
6972
github.com/mattn/go-isatty v0.0.12 // indirect
7073
github.com/mattn/go-runewidth v0.0.4 // indirect
7174
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
72-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
7375
github.com/mitchellh/mapstructure v1.3.2 // indirect
7476
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
75-
github.com/modern-go/reflect2 v1.0.1 // indirect
77+
github.com/modern-go/reflect2 v1.0.2 // indirect
78+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7679
github.com/olekukonko/tablewriter v0.0.1 // indirect
7780
github.com/onsi/gomega v1.7.1 // indirect
7881
github.com/open-policy-agent/opa v0.23.2 // indirect
@@ -82,9 +85,9 @@ require (
8285
github.com/pkg/errors v0.9.1 // indirect
8386
github.com/pmezard/go-difflib v1.0.0 // indirect
8487
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
85-
github.com/prometheus/client_model v0.2.0 // indirect
86-
github.com/prometheus/common v0.9.1 // indirect
87-
github.com/prometheus/procfs v0.0.11 // indirect
88+
github.com/prometheus/client_model v0.6.1 // indirect
89+
github.com/prometheus/common v0.62.0 // indirect
90+
github.com/prometheus/procfs v0.15.1 // indirect
8891
github.com/prometheus/prometheus v1.8.2-0.20200305080338-7164b58945bb // indirect
8992
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
9093
github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7 // indirect
@@ -110,27 +113,26 @@ require (
110113
go.uber.org/multierr v1.3.0 // indirect
111114
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
112115
go.uber.org/zap v1.13.0 // indirect
113-
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
116+
golang.org/x/crypto v0.37.0 // indirect
114117
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
115-
golang.org/x/mod v0.2.0 // indirect
116-
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
117-
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
118-
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
119-
golang.org/x/text v0.3.2 // indirect
120-
golang.org/x/tools v0.0.0-20200313205530-4303120df7d8 // indirect
121-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
118+
golang.org/x/mod v0.17.0 // indirect
119+
golang.org/x/net v0.39.0 // indirect
120+
golang.org/x/sync v0.13.0 // indirect
121+
golang.org/x/sys v0.32.0 // indirect
122+
golang.org/x/text v0.24.0 // indirect
123+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
122124
google.golang.org/api v0.17.0 // indirect
123125
google.golang.org/appengine v1.6.5 // indirect
124126
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
125127
google.golang.org/grpc v1.27.1 // indirect
126-
google.golang.org/protobuf v1.21.0 // indirect
128+
google.golang.org/protobuf v1.36.6 // indirect
127129
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
128130
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
129131
gopkg.in/fsnotify.v1 v1.4.7 // indirect
130132
gopkg.in/ini.v1 v1.57.0 // indirect
131133
gopkg.in/ldap.v2 v2.5.1 // indirect
132134
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
133-
gopkg.in/yaml.v2 v2.3.0 // indirect
135+
gopkg.in/yaml.v2 v2.4.0 // indirect
134136
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
135137
k8s.io/apimachinery v0.18.0 // indirect
136138
k8s.io/component-base v0.18.0 // indirect

0 commit comments

Comments
 (0)