chore: update to yaml v3

This commit is contained in:
Christoph Haas
2025-02-28 16:15:22 +01:00
parent fdb436b135
commit 5c51573874
4 changed files with 3 additions and 5 deletions

3
go.mod
View File

@@ -27,7 +27,7 @@ require (
golang.org/x/oauth2 v0.27.0
golang.org/x/sys v0.30.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.11
gorm.io/driver/sqlserver v1.5.4
@@ -109,7 +109,6 @@ require (
golang.org/x/tools v0.30.0 // indirect
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.61.13 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.8.2 // indirect