Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
replds2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
replds2
Commits
609b9e05
Commit
609b9e05
authored
1 year ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Set minimum Go version to 1.19 in go.mod
parent
b4f12e2a
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#53898
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+14
-3
14 additions, 3 deletions
go.mod
go.sum
+3
-727
3 additions, 727 deletions
go.sum
with
17 additions
and
730 deletions
go.mod
+
14
−
3
View file @
609b9e05
module
git.autistici.org/ai3/tools/replds2
go 1.1
5
go 1.1
9
require (
github.com/DataDog/zstd
v1.5.3-0.20220606203749-fd035e54e312
...
...
@@ -11,9 +11,20 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware
v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus
v1.2.0
github.com/prometheus/client_golang
v1.11.0
github.com/prometheus/common
v0.31.1 // indirect
github.com/prometheus/procfs
v0.7.3 // indirect
golang.org/x/sync
v0.1.0
google.golang.org/grpc
v1.53.0
google.golang.org/protobuf
v1.29.1
)
require (
github.com/beorn7/perks
v1.0.1 // indirect
github.com/cespare/xxhash/v2
v2.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/prometheus/client_model
v0.2.0 // indirect
github.com/prometheus/common
v0.31.1 // indirect
github.com/prometheus/procfs
v0.7.3 // indirect
golang.org/x/net
v0.5.0 // indirect
golang.org/x/sys
v0.4.0 // indirect
golang.org/x/text
v0.6.0 // indirect
google.golang.org/genproto
v0.0.0-20230110181048-76db0878b65f // indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
3
−
727
View file @
609b9e05
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