gogreen/go.mod

10 lines
191 B
Modula-2
Raw Normal View History

2019-04-08 18:34:33 +00:00
module github.com/digitalocean/godo
2019-09-18 19:43:28 +00:00
go 1.13
2019-04-08 18:34:33 +00:00
require (
github.com/google/go-querystring v1.0.0
github.com/stretchr/testify v1.3.0
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
)