build(deps): bump github.com/polarismesh/polaris-go (#2589)

Bumps [github.com/polarismesh/polaris-go](https://github.com/polarismesh/polaris-go) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/polarismesh/polaris-go/releases)
- [Changelog](https://github.com/polarismesh/polaris-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/polarismesh/polaris-go/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/polarismesh/polaris-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2582/head
dependabot[bot] 2 years ago committed by GitHub
parent 89d8eeba62
commit 2a9808df14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/registry/polaris/go.mod
  2. 4
      contrib/registry/polaris/go.sum

@ -4,7 +4,7 @@ go 1.16
require (
github.com/go-kratos/kratos/v2 v2.5.3
github.com/polarismesh/polaris-go v1.2.0
github.com/polarismesh/polaris-go v1.3.0
)
replace github.com/go-kratos/kratos/v2 => ../../../

@ -212,8 +212,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/polarismesh/polaris-go v1.2.0 h1:GIWvUno4DB0PD3HC7bHmTCeG+a54neMrVvNPiRXJUtc=
github.com/polarismesh/polaris-go v1.2.0/go.mod h1:HsN0ierETIujHpmnnYJ3qkwQw4QGAECuHvBZTDaw1tI=
github.com/polarismesh/polaris-go v1.3.0 h1:KZKX//ow4OPPoS5+s7h07ptprg+2AcNVGrN6WakC9QM=
github.com/polarismesh/polaris-go v1.3.0/go.mod h1:HsN0ierETIujHpmnnYJ3qkwQw4QGAECuHvBZTDaw1tI=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=

Loading…
Cancel
Save