Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
22a7f0099
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
22a7f0099
Commits
9a6a505a
Commit
9a6a505a
authored
5 years ago
by
高辛格
Browse files
Options
Downloads
Patches
Plain Diff
go mod
parent
d105301e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+1
-3
1 addition, 3 deletions
go.mod
go.sum
+270
-0
270 additions, 0 deletions
go.sum
with
271 additions
and
3 deletions
go.mod
+
1
−
3
View file @
9a6a505a
...
...
@@ -10,18 +10,17 @@ require (
github.com/coreos/go-semver
v0.3.0 // indirect
github.com/coreos/go-systemd
v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/coreos/pkg
v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go
v3.2.0+incompatible // indirect
github.com/dubbogo/getty
v1.2.2
github.com/dubbogo/gost
v1.1.1
github.com/fastly/go-utils
v0.0.0-20180712184237-d95a45783239 // indirect
github.com/go-errors/errors
v1.0.1 // indirect
github.com/gogo/protobuf
v1.2.1 // indirect
github.com/golang/groupcache
v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/mock
v1.3.1
github.com/google/btree
v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware
v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus
v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway
v1.9.5 // indirect
github.com/hashicorp/consul
v1.5.3
github.com/hashicorp/consul/api
v1.1.0
github.com/jehiah/go-strftime
v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork
v0.1.0 // indirect
...
...
@@ -29,7 +28,6 @@ require (
github.com/lestrrat/go-file-rotatelogs
v0.0.0-20180223000712-d3151e2a480f // indirect
github.com/lestrrat/go-strftime
v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/magiconair/properties
v1.8.1
github.com/modern-go/reflect2
v1.0.1 // indirect
github.com/nacos-group/nacos-sdk-go
v0.0.0-20190723125407-0242d42e3dbb
github.com/pkg/errors
v0.8.1
github.com/prometheus/client_golang
v1.1.0 // indirect
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
270
−
0
View file @
9a6a505a
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment