module github.com/dnsimple/dnsimple-go

go 1.18

require (
	github.com/google/go-querystring v1.1.0
	github.com/stretchr/testify v1.8.0
	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/golang/protobuf v1.2.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
	google.golang.org/appengine v1.4.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
