Skip to content
Snippets Groups Projects
Select Git revision
  • be76ab85dcfadd3dfb24d1026ba2b24096ec8fb5
  • main default protected
  • feat/37531-npm-install-twice
  • renovate/main-ghcr.io-renovatebot-base-image-11.x
  • feat/37517-base64-private-key
  • next
  • feat/gnupg
  • renovate/main-redis-5.x
  • chore/update-static-data
  • feat/poetry/supersede-pep621
  • fix/markdown/linking
  • fix/36615b-branch-reuse-no-cache
  • chore/punycode
  • refactor/pin-new-value
  • feat/36219--git-x509-signing
  • feat/structured-logger
  • hotfix/39.264.1
  • feat/skip-dangling
  • gh-readonly-queue/next/pr-36034-7a061c4ca1024a19e2c295d773d9642625d1c2be
  • hotfix/39.238.3
  • refactor/gitlab-auto-approve
  • 41.73.2
  • 41.73.1
  • 41.73.0
  • 41.72.1
  • 41.72.0
  • 42.0.0-next.2
  • 42.0.0-next.1
  • 41.71.1
  • 41.71.0
  • 41.70.3
  • 41.70.2
  • 41.70.1
  • 41.70.0
  • 41.69.1
  • 41.69.0
  • 41.68.0
  • 41.67.0
  • 41.66.3
  • 41.66.2
  • 41.66.1
41 results

use-cases.md

Blame
  • go.mod 1.14 KiB
    module github.com/JonasProgrammer/docker-machine-driver-hetzner
    
    go 1.18
    
    require (
    	github.com/docker/machine v0.16.2
    	github.com/hetznercloud/hcloud-go v1.35.1
    	github.com/pkg/errors v0.9.1
    	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
    )