File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/isometry/github-token-manager
22
33go 1.24
4+ toolchain go1.24.1
45
56require (
67 github.com/go-logr/logr v1.4.2
@@ -11,7 +12,7 @@ require (
1112 github.com/spf13/viper v1.20.1
1213 go.uber.org/automaxprocs v1.6.0
1314 k8s.io/api v0.32.3
14- k8s.io/apimachinery v0.32.3
15+ k8s.io/apimachinery v0.33.0
1516 k8s.io/client-go v0.32.3
1617 sigs.k8s.io/controller-runtime v0.20.4
1718)
@@ -70,7 +71,6 @@ require (
7071 github.com/google/go-cmp v0.7.0 // indirect
7172 github.com/google/go-github/v69 v69.2.0 // indirect
7273 github.com/google/go-querystring v1.1.0 // indirect
73- github.com/google/gofuzz v1.2.0 // indirect
7474 github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
7575 github.com/google/s2a-go v0.1.9 // indirect
7676 github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls=
355355k8s.io/api v0.32.3 /go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k =
356356k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY =
357357k8s.io/apiextensions-apiserver v0.32.3 /go.mod h1:8YwcvVRMVzw0r1Stc7XfGAzB/SIVLunqApySV5V7Dss =
358- k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U =
359- k8s.io/apimachinery v0.32.3 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
358+ k8s.io/apimachinery v0.33.0 h1:1a6kHrJxb2hs4t8EE5wuR/WxKDwGN1FKH3JvDtA0CIQ =
359+ k8s.io/apimachinery v0.33.0 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
360360k8s.io/apiserver v0.32.3 h1:kOw2KBuHOA+wetX1MkmrxgBr648ksz653j26ESuWNY8 =
361361k8s.io/apiserver v0.32.3 /go.mod h1:q1x9B8E/WzShF49wh3ADOh6muSfpmFL0I2t+TG0Zdgc =
362362k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU =
You can’t perform that action at this time.
0 commit comments