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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
c8d5fe69
Commit
c8d5fe69
authored
3 weeks ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
update from master
parent
054c2c94
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+3
-4
3 additions, 4 deletions
go.mod
go.sum
+0
-2
0 additions, 2 deletions
go.sum
with
3 additions
and
6 deletions
go.mod
+
3
−
4
View file @
c8d5fe69
...
@@ -15,10 +15,10 @@ require (
...
@@ -15,10 +15,10 @@ require (
github.com/nats-io/nats.go
v1.42.0
github.com/nats-io/nats.go
v1.42.0
github.com/pkg/errors
v0.9.1
github.com/pkg/errors
v0.9.1
github.com/rs/xid
v1.6.0
github.com/rs/xid
v1.6.0
github.com/stretchr/testify
v1.
9
.0
github.com/stretchr/testify
v1.
10
.0
go.mongodb.org/mongo-driver/v2
v2.2.1
go.mongodb.org/mongo-driver/v2
v2.2.1
go.opentelemetry.io/otel
v1.3
0
.0
go.opentelemetry.io/otel
v1.3
6
.0
go.opentelemetry.io/otel/trace
v1.3
0
.0
go.opentelemetry.io/otel/trace
v1.3
6
.0
go.uber.org/zap
v1.27.0
go.uber.org/zap
v1.27.0
golang.org/x/crypto
v0.38.0
golang.org/x/crypto
v0.38.0
golang.org/x/image
v0.27.0
golang.org/x/image
v0.27.0
...
@@ -45,7 +45,6 @@ require (
...
@@ -45,7 +45,6 @@ require (
github.com/klauspost/compress
v1.18.0 // indirect
github.com/klauspost/compress
v1.18.0 // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2
v1.0.2 // 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.11 // indirect
github.com/nats-io/nkeys
v0.4.11 // indirect
github.com/nats-io/nuid
v1.0.1 // indirect
github.com/nats-io/nuid
v1.0.1 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
0
−
2
View file @
c8d5fe69
...
@@ -57,8 +57,6 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
...
@@ -57,8 +57,6 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:
6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:
6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2
v1.0.2 h1:
xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2
v1.0.2 h1:
xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2
v1.0.2/go.mod h1:
yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/modern-go/reflect2
v1.0.2/go.mod h1:
yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/montanaflynn/stats
v0.7.1 h1:
etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE=
github.com/montanaflynn/stats
v0.7.1/go.mod h1:
etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow=
github.com/nats-io/nats.go
v1.42.0 h1:
ynIMupIOvf/ZWH/b2qda6WGKGNSjwOUutTpWRvAmhaM=
github.com/nats-io/nats.go
v1.42.0 h1:
ynIMupIOvf/ZWH/b2qda6WGKGNSjwOUutTpWRvAmhaM=
github.com/nats-io/nats.go
v1.42.0/go.mod h1:
iRWIPokVIFbVijxuMQq4y9ttaBTMe0SFdlZfMDd+33g=
github.com/nats-io/nats.go
v1.42.0/go.mod h1:
iRWIPokVIFbVijxuMQq4y9ttaBTMe0SFdlZfMDd+33g=
github.com/nats-io/nkeys
v0.4.11 h1:
q44qGV008kYd9W1b1nEBkNzvnWxtRSQ7A8BoqRrcfa0=
github.com/nats-io/nkeys
v0.4.11 h1:
q44qGV008kYd9W1b1nEBkNzvnWxtRSQ7A8BoqRrcfa0=
...
...
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