Upclapi/go.mod

18 lines
630 B
Modula-2

// module github.com/JesusPerez/upclapi
module github.com/upclapi
go 1.11
require (
github.com/UpCloudLtd/upcloud-go-api v0.0.0-20210930073303-cc664e35078d
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/joho/godotenv v1.4.0
github.com/kr/text v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)