Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
5b3947f8
Commit
5b3947f8
authored
1 year ago
by
ensiouel
Browse files
Options
Downloads
Patches
Plain Diff
mod tidy
parent
3a6a7a30
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+5
-8
5 additions, 8 deletions
go.mod
go.sum
+10
-419
10 additions, 419 deletions
go.sum
with
15 additions
and
427 deletions
go.mod
+
5
−
8
View file @
5b3947f8
...
...
@@ -14,7 +14,7 @@ require (
github.com/mitchellh/mapstructure
v1.5.0
github.com/nats-io/nats.go
v1.31.0
github.com/pkg/errors
v0.9.1
github.com/prometheus/client_golang
v1.1
1.1
github.com/prometheus/client_golang
v1.1
7.0
github.com/rs/xid
v1.5.0
github.com/stretchr/testify
v1.8.4
go.mongodb.org/mongo-driver
v1.13.0
...
...
@@ -45,18 +45,16 @@ require (
github.com/gosimple/unidecode
v1.0.1 // indirect
github.com/hashicorp/errwrap
v1.1.0 // indirect
github.com/klauspost/compress
v1.17.3 // indirect
github.com/kr/pretty
v0.3.1 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.4 // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2
v1.0.2 // indirect
github.com/montanaflynn/stats
v0.7.1 // indirect
github.com/nats-io/nkeys
v0.4.6 // indirect
github.com/nats-io/nuid
v1.0.1 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/prometheus/client_model
v0.2.0 // indirect
github.com/prometheus/common
v0.30.0 // indirect
github.com/prometheus/procfs
v0.7.3 // indirect
github.com/rogpeppe/go-internal
v1.10.0 // indirect
github.com/prometheus/client_model
v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common
v0.44.0 // indirect
github.com/prometheus/procfs
v0.11.1 // indirect
github.com/stretchr/objx
v0.5.1 // indirect
github.com/xdg-go/pbkdf2
v1.0.0 // indirect
github.com/xdg-go/scram
v1.1.2 // indirect
...
...
@@ -69,5 +67,4 @@ require (
golang.org/x/text
v0.14.0 // indirect
google.golang.org/appengine
v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20231106174013-bbf56f31fb17 // indirect
gopkg.in/check.v1
v1.0.0-20201130134442-10cb98267c6c // indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
10
−
419
View file @
5b3947f8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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