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/go-logr/logr        | v1.3.0   | v1.4.2   |
| go         | github.com/go-logr/zapr        | v1.2.4   | v1.3.0   |
| go         | github.com/onsi/ginkgo/v2      | v2.13.1  | v2.18.0  |
| go         | github.com/onsi/gomega         | v1.30.0  | v1.33.1  |
| go         | github.com/stretchr/testify    | v1.8.4   | v1.9.0   |
| go         | go.uber.org/zap                | v1.25.0  | v1.27.0  |
| go         | golang.org/x/mod               | v0.14.0  | v0.17.0  |
| go         | golang.org/x/oauth2            | v0.14.0  | v0.20.0  |
| go         | k8s.io/api                     | v0.28.4  | v0.30.1  |
| go         | k8s.io/apiextensions-apiserver | v0.28.4  | v0.30.1  |
| go         | k8s.io/apimachinery            | v0.28.4  | v0.30.1  |
| go         | k8s.io/cli-runtime             | v0.28.4  | v0.30.1  |
| go         | k8s.io/client-go               | v0.28.4  | v0.30.1  |
| go         | k8s.io/klog/v2                 | v2.100.1 | v2.120.1 |
| go         | sigs.k8s.io/kind               | v0.20.0  | v0.23.0  |
  • Loading branch information
cluster-stack-bot[bot] committed May 22, 2024
1 parent 2850d57 commit 73afacc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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.7
1.1.8
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.7
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.8
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.7
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.8
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ module github.com/SovereignCloudStack/cluster-stack-operator
go 1.21

require (
github.com/go-logr/logr v1.3.0
github.com/go-logr/logr v1.4.2
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.13.1
github.com/onsi/gomega v1.30.0
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.14.0
golang.org/x/oauth2 v0.14.0
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/cli-runtime v0.28.4
k8s.io/client-go v0.28.4
k8s.io/klog/v2 v2.100.1
github.com/onsi/ginkgo/v2 v2.18.0
github.com/onsi/gomega v1.33.1
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.17.0
golang.org/x/oauth2 v0.20.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.6.0
sigs.k8s.io/cluster-api/test v1.6.0
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/kind v0.20.0
sigs.k8s.io/kind v0.23.0
)

require (
Expand Down Expand Up @@ -53,7 +53,7 @@ require (
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-logr/zapr v1.2.4
github.com/go-logr/zapr v1.3.0
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
Expand Down Expand Up @@ -83,7 +83,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.25.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
Expand All @@ -97,7 +97,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.28.4
k8s.io/apiextensions-apiserver v0.30.1
k8s.io/apiserver v0.28.4 // indirect
k8s.io/component-base v0.28.4 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
Expand Down

0 comments on commit 73afacc

Please sign in to comment.