mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-04 12:14:23 +08:00
11 lines
260 B
Modula-2
11 lines
260 B
Modula-2
module github.com/digitalocean/godo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
|
)
|
|
|
|
replace github.com/stretchr/objx => github.com/stretchr/objx v0.2.0
|