Skip to content

Commit

Permalink
🌱 Update Update Golang Dependencies group
Browse files Browse the repository at this point in the history
| datasource | package                        | from     | to       |
| ---------- | ------------------------------ | -------- | -------- |
| go         | github.com/onsi/ginkgo/v2      | v2.17.1  | v2.19.0  |
| go         | github.com/onsi/gomega         | v1.32.0  | v1.33.1  |
| go         | github.com/stretchr/testify    | v1.8.4   | v1.9.0   |
| go         | go.uber.org/zap                | v1.26.0  | v1.27.0  |
| go         | golang.org/x/mod               | v0.14.0  | v0.18.0  |
| go         | golang.org/x/oauth2            | v0.18.0  | v0.21.0  |
| go         | k8s.io/api                     | v0.29.3  | v0.30.1  |
| go         | k8s.io/apiextensions-apiserver | v0.29.3  | v0.30.1  |
| go         | k8s.io/apimachinery            | v0.29.3  | v0.30.1  |
| go         | k8s.io/cli-runtime             | v0.29.3  | v0.30.1  |
| go         | k8s.io/client-go               | v0.29.3  | v0.30.1  |
| go         | k8s.io/klog/v2                 | v2.110.1 | v2.120.1 |
| go         | sigs.k8s.io/kind               | v0.22.0  | v0.23.0  |
  • Loading branch information
cluster-stack-bot[bot] committed Jun 7, 2024
1 parent 832a401 commit 811f603
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .builder-image-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.11
1.1.12
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-latest
container:
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.11
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.12
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scan-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Trivy
runs-on: ubuntu-latest
container:
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.11
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.12
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ require (
github.com/go-logr/logr v1.4.1
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
github.com/google/go-github/v52 v52.0.0
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.14.0
golang.org/x/oauth2 v0.18.0
k8s.io/api v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/cli-runtime v0.29.3
k8s.io/client-go v0.29.3
k8s.io/klog/v2 v2.110.1
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.18.0
golang.org/x/oauth2 v0.21.0
k8s.io/api v0.30.1
k8s.io/apimachinery v0.30.1
k8s.io/cli-runtime v0.30.1
k8s.io/client-go v0.30.1
k8s.io/klog/v2 v2.120.1
sigs.k8s.io/cluster-api v1.7.2
sigs.k8s.io/cluster-api/test v1.7.2
sigs.k8s.io/controller-runtime v0.17.3
sigs.k8s.io/kind v0.22.0
sigs.k8s.io/kind v0.23.0
)

require (
Expand Down Expand Up @@ -82,7 +82,7 @@ require (
github.com/xlab/treeprint v1.2.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
Expand All @@ -96,7 +96,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apiextensions-apiserver v0.29.3
k8s.io/apiextensions-apiserver v0.30.1
k8s.io/apiserver v0.29.3 // indirect
k8s.io/component-base v0.29.3 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
Expand Down

0 comments on commit 811f603

Please sign in to comment.