Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate: Update module gopkg.in/yaml.v2 to v3 #494

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ require (
github.com/dlmiddlecote/sqlstats v1.0.2
github.com/go-gorp/gorp/v3 v3.1.0
github.com/gofrs/uuid/v5 v5.2.0
github.com/gophercloud/gophercloud v1.12.0
github.com/gophercloud/gophercloud/v2 v2.0.0
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
github.com/gorilla/mux v1.8.1
github.com/majewsky/schwift v1.3.0
github.com/majewsky/schwift/v2 v2.0.0
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/common v0.55.0
github.com/rs/cors v1.11.0
github.com/sapcc/go-api-declarations v1.11.3
github.com/sapcc/go-bits v0.0.0-20240704034903-8a2e97b1eaf1
go.uber.org/automaxprocs v1.5.3
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand Down
Loading