Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## `v53.3.0`

Fixes https://github.com/Azure/azure-sdk-for-go/issues/14540

## `v53.2.0`

### New Packages
Expand Down
45 changes: 18 additions & 27 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

[[constraint]]
name = "github.com/gofrs/uuid"
version = "3.3.0"
version = "4.0.0"

[[constraint]]
name = "github.com/shopspring/decimal"
Expand Down
2 changes: 1 addition & 1 deletion generate_options.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"autorestArguments": [
"[email protected]/[email protected].178",
"[email protected]/[email protected].180",
"--go",
"--verbose",
"--go-sdk-folder=.",
Expand Down
Loading