Skip to content

Commit

Permalink
update after v54.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed May 17, 2021
1 parent 66e4f65 commit c61cf9a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/apidiff/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/azure-sdk-for-go/tools/apidiff
go 1.13

require (
github.com/Azure/azure-sdk-for-go v54.1.1+incompatible
github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
github.com/Azure/azure-sdk-for-go/tools/internal v0.0.0
github.com/spf13/cobra v1.1.3 // indirect
)
Expand Down
2 changes: 1 addition & 1 deletion tools/deprecate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/Azure/azure-sdk-for-go/tools/deprecate
go 1.13

require (
github.com/Azure/azure-sdk-for-go v54.1.1+incompatible
github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
github.com/spf13/cobra v1.1.3 // indirect
)
2 changes: 1 addition & 1 deletion tools/generator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/azure-sdk-for-go/tools/generator
go 1.13

require (
github.com/Azure/azure-sdk-for-go v54.1.1+incompatible
github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
github.com/Azure/azure-sdk-for-go/tools/internal v0.0.0
github.com/spf13/cobra v1.1.3 // indirect
)
Expand Down
2 changes: 1 addition & 1 deletion tools/indexer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module github.com/Azure/azure-sdk-for-go/tools/indexer
go 1.13

require (
github.com/Azure/azure-sdk-for-go v54.1.1+incompatible
github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
)
2 changes: 1 addition & 1 deletion tools/internal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module github.com/Azure/azure-sdk-for-go/tools/internal
go 1.13

require (
github.com/Azure/azure-sdk-for-go v54.1.1+incompatible
github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
)
2 changes: 1 addition & 1 deletion tools/pkgchk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/azure-sdk-for-go/tools/pkgchk
go 1.13

require (
github.com/Azure/azure-sdk-for-go v54.1.1+incompatible
github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
github.com/Azure/azure-sdk-for-go/tools/internal v0.0.0
github.com/spf13/cobra v1.1.3 // indirect
)
Expand Down
2 changes: 1 addition & 1 deletion tools/profileBuilder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/azure-sdk-for-go/tools/profileBuilder
go 1.13

require (
github.com/Azure/azure-sdk-for-go v54.1.1+incompatible
github.com/Azure/azure-sdk-for-go v54.2.1+incompatible
github.com/Azure/azure-sdk-for-go/tools/internal v0.0.0
github.com/spf13/cobra v1.1.3 // indirect
)
Expand Down

0 comments on commit c61cf9a

Please sign in to comment.