module github.com/digitalocean/godo

go 1.16

require (
	github.com/golang/protobuf v1.3.5 // indirect
	github.com/google/go-querystring v1.0.0
	github.com/stretchr/testify v1.4.0
	golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
	golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
	google.golang.org/appengine v1.6.5 // indirect
)

replace github.com/stretchr/objx => github.com/stretchr/objx v0.2.0

replace golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a
