File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ require (
4040 go.opentelemetry.io/otel/trace v1.37.0
4141 golang.org/x/crypto v0.41.0
4242 golang.org/x/sync v0.16.0
43- gopkg.in/yaml.v2 v2.4.0
43+ gopkg.in/yaml.v3 v3.0.1
4444 gorm.io/driver/mysql v1.6.0
4545 gorm.io/driver/postgres v1.6.0
4646 gorm.io/gorm v1.30.1
@@ -137,7 +137,7 @@ require (
137137 google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
138138 google.golang.org/grpc v1.71.0 // indirect
139139 google.golang.org/protobuf v1.36.6 // indirect
140- gopkg.in/yaml.v3 v3.0.1 // indirect
140+ gopkg.in/yaml.v2 v2.4.0 // indirect
141141 modernc.org/libc v1.22.5 // indirect
142142 modernc.org/mathutil v1.5.0 // indirect
143143 modernc.org/memory v1.5.0 // indirect
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 "path/filepath"
2828
2929 "golang.org/x/crypto/pbkdf2"
30- "gopkg.in/yaml.v2 "
30+ "gopkg.in/yaml.v3 "
3131)
3232
3333// Config stores the application configuration.
You can’t perform that action at this time.
0 commit comments