module github.com/JonasProgrammer/docker-machine-driver-hetzner | ||
go 1.12 | ||
go 1.18 | ||
require ( | ||
github.com/docker/docker v20.10.14+incompatible // indirect | ||
github.com/docker/machine v0.16.2 | ||
github.com/hetznercloud/hcloud-go v1.33.1 | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
github.com/hetznercloud/hcloud-go v1.35.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/common v0.33.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 | ||
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect | ||
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect | ||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d | ||
) | ||
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/docker/docker v20.10.17+incompatible // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
github.com/prometheus/client_golang v1.12.2 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect | ||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect | ||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |