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
a183a463
Commit
a183a463
authored
4 years ago
by
tiecheng
Browse files
Options
Downloads
Plain Diff
update go mod
parents
2c653a6b
382c70d8
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
+6
-7
6 additions, 7 deletions
go.mod
go.sum
+61
-0
61 additions, 0 deletions
go.sum
with
67 additions
and
7 deletions
go.mod
+
6
−
7
View file @
a183a463
...
...
@@ -16,28 +16,26 @@ require (
github.com/dubbogo/gost
v1.11.0
github.com/elazarl/go-bindata-assetfs
v1.0.0 // indirect
github.com/emicklei/go-restful/v3
v3.4.0
github.com/frankban/quicktest
v1.4.1 // indirect
github.com/fsnotify/fsnotify
v1.4.9
github.com/go-co-op/gocron
v0.1.1
github.com/go-resty/resty/v2
v2.3.0
github.com/golang/mock
v1.4.4
github.com/golang/protobuf
v1.4.3
github.com/grpc-ecosystem/grpc-opentracing
v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/consul
v1.8.
0
github.com/hashicorp/consul/api
v1.
5
.0
github.com/hashicorp/consul
v1.8.
7
github.com/hashicorp/consul/api
v1.
7
.0
github.com/hashicorp/go-raftchunking
v0.6.3-0.20191002164813-7e9e8525653a // indirect
github.com/hashicorp/vault/api
v1.0.5-0.20191108163347-bdd38fca2cff // indirect
github.com/hashicorp/vault/sdk
v0.1.14-0.20191112033314-390e96e22eb2
github.com/hashicorp/vault/sdk
v0.1.14-0.20200519221838-e0cfd64bc267
github.com/jinzhu/copier
v0.0.0-20190625015134-976e0346caa8
github.com/magiconair/properties
v1.8.4
github.com/mitchellh/mapstructure
v1.4.1
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd
github.com/nacos-group/nacos-sdk-go
v1.0.5
github.com/opentracing/opentracing-go
v1.2.0
github.com/pierrec/lz4
v2.2.6+incompatible // indirect
github.com/pkg/errors
v0.9.1
github.com/prometheus/client_golang
v1.8.0
github.com/satori/go.uuid
v1.2.1-0.20181028125025-b2ce2384e17b
github.com/shirou/w32
v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/objx
v0.2.0 // indirect
github.com/stretchr/testify
v1.7.0
github.com/zouyx/agollo/v3
v3.4.5
...
...
@@ -54,5 +52,6 @@ require (
replace (
github.com/coreos/bbolt
=> go.etcd.io/bbolt v1.3.4
github.com/envoyproxy/go-control-plane
=> github.com/envoyproxy/go-control-plane v0.8.0
//github.com/envoyproxy/go-control-plane =>
github.com/envoyproxy/go-control-plane
v0.8.0
github.com/shirou/gopsutil
=> github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880
)
This diff is collapsed.
Click to expand it.
go.sum
+
61
−
0
View file @
a183a463
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