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         | k8s.io/klog/v2                             | v2.120.1 | v2.130.0 |
| go         | sigs.k8s.io/cluster-api-provider-openstack | v0.9.0   | v0.10.3  |
  • Loading branch information
cluster-stack-bot[bot] committed Jun 16, 2024
1 parent 91305c8 commit f275681
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ require (
github.com/google/go-github/v52 v52.0.0
github.com/gophercloud/gophercloud/v2 v2.0.0-beta.2
github.com/gophercloud/utils/v2 v2.0.0-20240305212012-b57aefba4cdb
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/stretchr/testify v1.9.0
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.4
k8s.io/klog/v2 v2.120.1
k8s.io/klog/v2 v2.130.0
sigs.k8s.io/cluster-api v1.6.0
sigs.k8s.io/cluster-api-provider-openstack v0.9.0
sigs.k8s.io/cluster-api-provider-openstack v0.10.3
sigs.k8s.io/controller-runtime v0.16.5
sigs.k8s.io/yaml v1.4.0
)
Expand Down

0 comments on commit f275681

Please sign in to comment.