Skip to content

Commit

Permalink
Merge pull request #79 from authzed/deps
Browse files Browse the repository at this point in the history
bump kube to 1.28.7, go to 1.22.1
  • Loading branch information
ecordell authored Mar 14, 2024
2 parents 0c8ad66 + 8788b6c commit 28f6752
Show file tree
Hide file tree
Showing 7 changed files with 898 additions and 720 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.1-alpine3.18 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.1-alpine3.18 AS builder
ARG TARGETOS TARGETARCH

WORKDIR /go/src/spicedb-kubeapi-proxy
Expand Down
237 changes: 124 additions & 113 deletions e2e/go.mod

Large diffs are not rendered by default.

522 changes: 294 additions & 228 deletions e2e/go.sum

Large diffs are not rendered by default.

235 changes: 122 additions & 113 deletions go.mod

Large diffs are not rendered by default.

522 changes: 294 additions & 228 deletions go.sum

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions magefiles/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module magefiles

go 1.20
go 1.22.1

require (
filippo.io/mkcert v1.4.4
Expand All @@ -9,8 +9,8 @@ require (
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.10
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
k8s.io/apimachinery v0.28.0-beta.0
k8s.io/client-go v0.28.0-beta.0
k8s.io/apimachinery v0.28.7
k8s.io/client-go v0.28.7
sigs.k8s.io/kind v0.20.0
sigs.k8s.io/kustomize/api v0.14.0
sigs.k8s.io/yaml v1.3.0
Expand Down Expand Up @@ -87,6 +87,7 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.16.5 // indirect
Expand Down Expand Up @@ -121,27 +122,27 @@ require (
github.com/vbatts/tar-split v0.11.3 // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
go.uber.org/automaxprocs v1.5.2 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.10.0 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.0 // indirect
k8s.io/api v0.28.0-beta.0 // indirect
k8s.io/api v0.28.7 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
Expand Down
73 changes: 49 additions & 24 deletions magefiles/go.sum

Large diffs are not rendered by default.

0 comments on commit 28f6752

Please sign in to comment.