represent pub keys in Base32

This commit is contained in:
Jordan Whited
2020-05-13 16:15:48 -07:00
parent 385d7b0582
commit 4e16d5b9fc
3 changed files with 26 additions and 11 deletions

1
go.mod
View File

@@ -6,5 +6,6 @@ require (
github.com/caddyserver/caddy v1.0.5
github.com/coredns/coredns v1.6.9
github.com/miekg/dns v1.1.29
github.com/prometheus/common v0.9.1
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200511024508-91d9787b944f
)