Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- manager.go 41 additions, 65 deletionsmanager.go
- manager_test.go 17 additions, 9 deletionsmanager_test.go
- util.go 71 additions, 0 deletionsutil.go
- vendor/golang.org/x/crypto/acme/acme.go 3 additions, 3 deletionsvendor/golang.org/x/crypto/acme/acme.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | @@ -7,6 +7,6 @@ require ( | ... | @@ -7,6 +7,6 @@ require ( |
git.autistici.org/ai3/tools/replds v0.0.0-20220814170053-28106a9463f5 | git.autistici.org/ai3/tools/replds v0.0.0-20220814170053-28106a9463f5 | ||
github.com/miekg/dns v1.1.50 | github.com/miekg/dns v1.1.50 | ||
github.com/prometheus/client_golang v1.12.2 | github.com/prometheus/client_golang v1.12.2 | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 | ||
gopkg.in/yaml.v3 v3.0.1 | gopkg.in/yaml.v3 v3.0.1 | ||
) | ) |
util.go
0 → 100644