Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker-Machine Driver Hetzner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository 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
GitHub Mirror
JonasProgrammer
Docker-Machine Driver Hetzner
Commits
202612d7
Commit
202612d7
authored
2 years ago
by
JonasS
Browse files
Options
Downloads
Patches
Plain Diff
chore: Upgrade dependencies
parent
e4302bfa
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
+14
-14
14 additions, 14 deletions
go.mod
go.sum
+31
-473
31 additions, 473 deletions
go.sum
with
45 additions
and
487 deletions
go.mod
+
14
−
14
View file @
202612d7
...
...
@@ -4,31 +4,31 @@ go 1.18
require (
github.com/docker/machine
v0.16.2
github.com/hetznercloud/hcloud-go
v1.
37
.0
github.com/hetznercloud/hcloud-go
v1.
42
.0
github.com/pkg/errors
v0.9.1
golang.org/x/crypto
v0.
3
.0
golang.org/x/crypto
v0.
8
.0
)
replace
github.com/codegangsta/cli
v1.22.12 => github.com/urfave/cli v1.22.12
require (
github.com/Azure/go-ansiterm
v0.0.0-202
10617225240-d185dfc1b5a
1 // indirect
github.com/Azure/go-ansiterm
v0.0.0-202
30124172434-306776ec816
1 // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/cespare/xxhash/v2
v2.
1.2
// indirect
github.com/cespare/xxhash/v2
v2.
2.0
// indirect
github.com/codegangsta/cli
v1.22.12 // indirect
github.com/cpuguy83/go-md2man/v2
v2.0.2 // indirect
github.com/docker/docker
v20.10.21+incompatible // indirect
github.com/golang/protobuf
v1.5.
2
// indirect
github.com/golang/protobuf
v1.5.
3
// indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.4 // indirect
github.com/moby/term
v0.0.0-20221
1
20
202655-abb19827d345
// indirect
github.com/prometheus/client_golang
v1.1
4
.0 // indirect
github.com/moby/term
v0.0.0-2022120
5130635-1aeaba878587
// indirect
github.com/prometheus/client_golang
v1.1
5
.0 // indirect
github.com/prometheus/client_model
v0.3.0 // indirect
github.com/prometheus/common
v0.
37
.0 // indirect
github.com/prometheus/procfs
v0.
8
.0 // indirect
github.com/prometheus/common
v0.
42
.0 // indirect
github.com/prometheus/procfs
v0.
9
.0 // indirect
github.com/russross/blackfriday/v2
v2.1.0 // indirect
golang.org/x/net
v0.
2
.0 // indirect
golang.org/x/sys
v0.
2
.0 // indirect
golang.org/x/term
v0.
2
.0 // indirect
golang.org/x/text
v0.
4
.0 // indirect
google.golang.org/protobuf
v1.
28.1
// indirect
golang.org/x/net
v0.
9
.0 // indirect
golang.org/x/sys
v0.
7
.0 // indirect
golang.org/x/term
v0.
7
.0 // indirect
golang.org/x/text
v0.
9
.0 // indirect
google.golang.org/protobuf
v1.
30.0
// indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
31
−
473
View file @
202612d7
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