Skip to content

Commit

Permalink
Merge pull request #1495 from abyssparanoia/renovate/gopkg.in-yaml.v2…
Browse files Browse the repository at this point in the history
…-3.x

fix(deps): update module gopkg.in/yaml.v2 to v3
  • Loading branch information
abyssparanoia authored Mar 8, 2025
2 parents 8dc6fd6 + fc02811 commit b6e4f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.5
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/gofumpt v0.7.0
)

Expand Down Expand Up @@ -405,7 +405,7 @@ require (
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
honnef.co/go/tools v0.6.0 // indirect
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect
pluginrpc.com/pluginrpc v0.5.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion internal/infrastructure/database/migration/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/abyssparanoia/rapid-go/internal/domain/errors"
"github.com/abyssparanoia/rapid-go/internal/pkg/logger"
_ "github.com/go-sql-driver/mysql"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

// constantData represents the structure of a YAML file for a constants table.
Expand Down

0 comments on commit b6e4f14

Please sign in to comment.