Skip to content

Commit 89b666c

Browse files
authored
Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 (#2182)
1 parent 9f81484 commit 89b666c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

api-bucket-qos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"strings"
2626

2727
"github.com/minio/minio-go/v7/pkg/s3utils"
28-
"gopkg.in/yaml.v3"
28+
"go.yaml.in/yaml/v3"
2929
)
3030

3131
// QOSConfigVersionCurrent is the current version of the QoS configuration.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ require (
1414
github.com/minio/md5-simd v1.1.2
1515
github.com/rs/xid v1.6.0
1616
github.com/tinylib/msgp v1.3.0
17+
go.yaml.in/yaml/v3 v3.0.4
1718
golang.org/x/crypto v0.36.0
1819
golang.org/x/net v0.38.0
19-
gopkg.in/yaml.v3 v3.0.1
2020
)
2121

2222
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
2727
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
2828
github.com/tinylib/msgp v1.3.0 h1:ULuf7GPooDaIlbyvgAxBV/FI7ynli6LZ1/nVUNu+0ww=
2929
github.com/tinylib/msgp v1.3.0/go.mod h1:ykjzy2wzgrlvpDCRc4LA8UXy6D8bzMSuAF3WD57Gok0=
30+
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
31+
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
3032
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
3133
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
3234
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=

0 commit comments

Comments
 (0)