File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
2222require (
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
2727github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
2828github.com/tinylib/msgp v1.3.0 h1:ULuf7GPooDaIlbyvgAxBV/FI7ynli6LZ1/nVUNu+0ww =
2929github.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 =
3032golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34 =
3133golang.org/x/crypto v0.36.0 /go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc =
3234golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
You can’t perform that action at this time.
0 commit comments