17 lines
507 B
Modula-2
17 lines
507 B
Modula-2
module github.com/digitalocean/godo
|
|
|
|
go 1.14
|
|
|
|
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-20200324143707-d3edc9973b7e // 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
|