forked from c-mueller/ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 784 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/missdeer/ads
go 1.13
require (
github.com/Flaque/filet v0.0.0-20190209224823-fc4d33cfcf93
github.com/caddyserver/caddy v1.0.5 // indirect
github.com/coredns/caddy v1.1.0
github.com/coredns/coredns v1.8.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/miekg/dns v1.1.35
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0 // indirect
)