-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep:upgrade polaris-go version (#52)
- Loading branch information
1 parent
4cd06c9
commit aeeca59
Showing
6 changed files
with
1,230 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
module github.com/polarismesh/grpc-go-polaris | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/dlclark/regexp2 v1.10.0 // indirect | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/google/uuid v1.3.0 | ||
github.com/polarismesh/polaris-go v1.3.0 | ||
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 | ||
google.golang.org/grpc v1.46.2 | ||
google.golang.org/protobuf v1.28.0 | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/polarismesh/polaris-go v1.5.1 | ||
github.com/polarismesh/specification v1.3.2-alpha.5 | ||
github.com/prometheus/client_golang v1.16.0 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.11.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.24.0 // indirect | ||
golang.org/x/net v0.11.0 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230628200519-e449d1ea0e82 // indirect | ||
google.golang.org/grpc v1.56.1 | ||
google.golang.org/protobuf v1.31.0 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c | ||
) |
Oops, something went wrong.