module github.com/linode/linodego require ( github.com/dnaeon/go-vcr v1.0.1 github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 github.com/golang/protobuf v1.2.0 // indirect github.com/kr/pretty v0.1.0 // indirect golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect google.golang.org/appengine v1.1.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.1 // indirect ) go 1.13