Skip to content

Commit 322d5ca

Browse files
Update all dependencies
1 parent d2b3628 commit 322d5ca

File tree

3 files changed

+221
-5
lines changed

3 files changed

+221
-5
lines changed

.github/workflows/valdate-apply-peribolos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 20
1212
steps:
1313
- name: Install Go
14-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
14+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1515
with:
1616
go-version: "1.21"
1717

go.mod

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@ module github.com/emporous/.github
22

33
go 1.24.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.4
66

77
require (
88
github.com/ghodss/yaml v1.0.0
99
github.com/hmarr/codeowners v1.2.1
10-
k8s.io/apimachinery v0.34.0
11-
sigs.k8s.io/prow v0.0.0-20250823210505-25d79acb819b
10+
k8s.io/apimachinery v0.34.1
11+
sigs.k8s.io/prow v0.0.0-20251030184004-0e4d5be4200d
1212
)
1313

1414
require (
1515
github.com/beorn7/perks v1.0.1 // indirect
16+
github.com/bombsimon/logrusr/v4 v4.1.0 // indirect
1617
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1718
github.com/cjwagner/httpcache v0.0.0-20230907212505-d4841bbad466 // indirect
1819
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
1920
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2021
github.com/go-logr/logr v1.4.2 // indirect
2122
github.com/gogo/protobuf v1.3.2 // indirect
23+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
2224
github.com/gomodule/redigo v1.9.2 // indirect
2325
github.com/google/btree v1.1.2 // indirect
2426
github.com/google/gofuzz v1.2.1-0.20210504230335-f78f29fc09ea // indirect
@@ -36,8 +38,9 @@ require (
3638
github.com/sirupsen/logrus v1.9.3 // indirect
3739
github.com/x448/float16 v0.8.4 // indirect
3840
go.yaml.in/yaml/v2 v2.4.2 // indirect
41+
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
3942
golang.org/x/net v0.41.0 // indirect
40-
golang.org/x/oauth2 v0.26.0 // indirect
43+
golang.org/x/oauth2 v0.27.0 // indirect
4144
golang.org/x/sync v0.15.0 // indirect
4245
golang.org/x/sys v0.33.0 // indirect
4346
golang.org/x/text v0.26.0 // indirect
@@ -46,6 +49,7 @@ require (
4649
gopkg.in/yaml.v2 v2.4.0 // indirect
4750
k8s.io/klog/v2 v2.130.1 // indirect
4851
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
52+
sigs.k8s.io/controller-runtime v0.18.5 // indirect
4953
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
5054
sigs.k8s.io/randfill v1.0.0 // indirect
5155
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect

0 commit comments

Comments
 (0)