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/gophercloud/gophercloud | v1.9.0  | v1.11.0 |
| go         | github.com/onsi/ginkgo/v2          | v2.15.0 | v2.16.0 |
| go         | github.com/stretchr/testify        | v1.8.4  | v1.9.0  |
  • Loading branch information
cluster-stack-bot[bot] committed Mar 7, 2024
1 parent db68e5a commit 44baca5
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 @@ -5,11 +5,11 @@ go 1.21
require (
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
github.com/google/go-github/v52 v52.0.0
github.com/gophercloud/gophercloud v1.9.0
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
github.com/onsi/ginkgo/v2 v2.15.0
github.com/gophercloud/gophercloud v1.11.0
github.com/gophercloud/utils b57aefba4cdb
github.com/onsi/ginkgo/v2 v2.16.0
github.com/onsi/gomega v1.31.1
github.com/stretchr/testify v1.8.4
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
Expand Down

0 comments on commit 44baca5

Please sign in to comment.