File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ type Options struct {
155
155
// Global constants.
156
156
const (
157
157
libraryName = "minio-go"
158
- libraryVersion = "v7.0.90 "
158
+ libraryVersion = "v7.0.91 "
159
159
)
160
160
161
161
// User Agent should always following the below style.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/pmezard/go-difflib v1.0.0 // indirect
21
21
github.com/rs/xid v1.6.0 // indirect
22
22
golang.org/x/crypto v0.36.0 // indirect
23
- golang.org/x/net v0.37 .0 // indirect
23
+ golang.org/x/net v0.38 .0 // indirect
24
24
golang.org/x/sys v0.31.0 // indirect
25
25
golang.org/x/text v0.23.0 // indirect
26
26
gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
27
27
golang.org/x/crypto v0.36.0 /go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc =
28
28
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
29
29
golang.org/x/net v0.37.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
30
+ golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
31
+ golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
30
32
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
31
33
golang.org/x/sys v0.31.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
32
34
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/pmezard/go-difflib v1.0.0 // indirect
28
28
github.com/rivo/uniseg v0.4.4 // indirect
29
29
github.com/rs/xid v1.6.0 // indirect
30
- golang.org/x/net v0.37 .0 // indirect
30
+ golang.org/x/net v0.38 .0 // indirect
31
31
golang.org/x/sys v0.31.0 // indirect
32
32
golang.org/x/text v0.23.0 // indirect
33
33
gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZv
47
47
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
48
48
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
49
49
golang.org/x/net v0.37.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
50
+ golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
51
+ golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
50
52
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
51
53
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
52
54
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments