File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1717
1818### Other Changes
1919
20+ * Updated dependencies.
21+
2022## 1.8.0-beta.3 (2023-09-07)
2123
2224### Features Added
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ go 1.18
55require (
66 github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
77 github.com/stretchr/testify v1.7.0
8- golang.org/x/net v0.8 .0
8+ golang.org/x/net v0.15 .0
99)
1010
1111require (
1212 github.com/davecgh/go-spew v1.1.0 // indirect
1313 github.com/pmezard/go-difflib v1.0.0 // indirect
14- golang.org/x/text v0.8 .0 // indirect
15- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
14+ golang.org/x/text v0.13 .0 // indirect
15+ gopkg.in/yaml.v3 v3.0.1 // indirect
1616)
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
77github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
88github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
99github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
10- golang.org/x/net v0.8 .0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ =
11- golang.org/x/net v0.8 .0 /go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc =
12- golang.org/x/text v0.8 .0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68 =
13- golang.org/x/text v0.8 .0 /go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8 =
10+ golang.org/x/net v0.15 .0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8 =
11+ golang.org/x/net v0.15 .0 /go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk =
12+ golang.org/x/text v0.13 .0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k =
13+ golang.org/x/text v0.13 .0 /go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE =
1414gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1515gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
16- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
1716gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
17+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
18+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments