Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38d1bf4

Browse files
authoredOct 11, 2023
chore(deps): bump github.com/polarismesh/polaris-go (#247)
Bumps [github.com/polarismesh/polaris-go](https://github.com/polarismesh/polaris-go) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/polarismesh/polaris-go/releases) - [Changelog](https://github.com/polarismesh/polaris-go/blob/main/CHANGELOG.md) - [Commits](polarismesh/polaris-go@v1.5.1...v1.5.3) --- updated-dependencies: - dependency-name: github.com/polarismesh/polaris-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe6a91b commit 38d1bf4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎zrpc/registry/polaris/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/pkg/errors v0.9.1
7-
github.com/polarismesh/polaris-go v1.5.1
7+
github.com/polarismesh/polaris-go v1.5.3
88
github.com/zeromicro/go-zero v1.5.4
99
google.golang.org/grpc v1.58.0
1010
)

‎zrpc/registry/polaris/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@ github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZ
11811181
github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg=
11821182
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
11831183
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1184-
github.com/polarismesh/polaris-go v1.5.1 h1:EiAOYITCoa8YCigZhWefClEbqVj8MF7mTrLD3dlKIyM=
1185-
github.com/polarismesh/polaris-go v1.5.1/go.mod h1:45nx/yegSRFJ5mGITumX5FMLaY7ltrT68HVkTs9pPlk=
1186-
github.com/polarismesh/specification v1.3.2-alpha.2 h1:cMghyvCnRVM5ca2kYCGHOgIIxVnokiMvw0720q8a8RA=
1187-
github.com/polarismesh/specification v1.3.2-alpha.2/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU=
1184+
github.com/polarismesh/polaris-go v1.5.3 h1:RL1m6FThsYCzKYGOLp5HXNCnzeqa5NEsgO0h5kxZXRM=
1185+
github.com/polarismesh/polaris-go v1.5.3/go.mod h1:KVMjcp6P2R8MFPKfBPX3kzykyzH0iX8fHCiITcqKda8=
1186+
github.com/polarismesh/specification v1.4.0 h1:fm7sUtFZC2g9+lLmRCtjGrUow47CY5JDFoZXwwCQGGY=
1187+
github.com/polarismesh/specification v1.4.0/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU=
11881188
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=
11891189
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
11901190
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=

0 commit comments

Comments
 (0)
Please sign in to comment.