Commits on Source (1)
-
JonasS authored
- added `--hetzner-user-data-file` and deprecated `--hetzner-user-data-from-file` in favor of it (#99, thanks @perlun)
13bf4f82
driver_test.go
0 → 100644
... | ... | @@ -9,10 +9,14 @@ require ( |
golang.org/x/crypto v0.3.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-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // 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/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
... | ... | @@ -21,6 +25,7 @@ require ( |
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/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 | ||
... | ... |