Commits on Source (9)
Showing
- .gitlab-ci.yml 25 additions, 0 deletions.gitlab-ci.yml
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 7 additions, 0 deletionsgo.sum
- node/http.go 1 addition, 1 deletionnode/http.go
- node/server_test.go 167 additions, 0 deletionsnode/server_test.go
- vendor/github.com/elazarl/go-bindata-assetfs/README.md 24 additions, 8 deletionsvendor/github.com/elazarl/go-bindata-assetfs/README.md
- vendor/github.com/elazarl/go-bindata-assetfs/assetfs.go 11 additions, 3 deletionsvendor/github.com/elazarl/go-bindata-assetfs/assetfs.go
- vendor/github.com/elazarl/go-bindata-assetfs/doc.go 1 addition, 1 deletionvendor/github.com/elazarl/go-bindata-assetfs/doc.go
- vendor/github.com/miekg/dns/.travis.yml 5 additions, 7 deletionsvendor/github.com/miekg/dns/.travis.yml
- vendor/github.com/miekg/dns/CODEOWNERS 1 addition, 0 deletionsvendor/github.com/miekg/dns/CODEOWNERS
- vendor/github.com/miekg/dns/Gopkg.lock 0 additions, 57 deletionsvendor/github.com/miekg/dns/Gopkg.lock
- vendor/github.com/miekg/dns/Gopkg.toml 0 additions, 38 deletionsvendor/github.com/miekg/dns/Gopkg.toml
- vendor/github.com/miekg/dns/LICENSE 2 additions, 4 deletionsvendor/github.com/miekg/dns/LICENSE
- vendor/github.com/miekg/dns/README.md 10 additions, 8 deletionsvendor/github.com/miekg/dns/README.md
- vendor/github.com/miekg/dns/acceptfunc.go 13 additions, 8 deletionsvendor/github.com/miekg/dns/acceptfunc.go
- vendor/github.com/miekg/dns/client.go 78 additions, 58 deletionsvendor/github.com/miekg/dns/client.go
- vendor/github.com/miekg/dns/defaults.go 8 additions, 2 deletionsvendor/github.com/miekg/dns/defaults.go
- vendor/github.com/miekg/dns/dns.go 2 additions, 2 deletionsvendor/github.com/miekg/dns/dns.go
- vendor/github.com/miekg/dns/dnssec.go 38 additions, 71 deletionsvendor/github.com/miekg/dns/dnssec.go
- vendor/github.com/miekg/dns/dnssec_keygen.go 4 additions, 42 deletionsvendor/github.com/miekg/dns/dnssec_keygen.go
... | @@ -3,14 +3,14 @@ module git.autistici.org/ale/autoradio | ... | @@ -3,14 +3,14 @@ module git.autistici.org/ale/autoradio |
go 1.14 | go 1.14 | ||
require ( | require ( | ||
github.com/elazarl/go-bindata-assetfs v1.0.1-0.20180223160309-38087fe4dafb | github.com/elazarl/go-bindata-assetfs v1.0.1 | ||
github.com/golang/gddo v0.0.0-20190312205958-5a2505f3dbf0 // indirect | github.com/golang/gddo v0.0.0-20190312205958-5a2505f3dbf0 // indirect | ||
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect | github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect | ||
github.com/golang/protobuf v1.4.3 | github.com/golang/protobuf v1.4.3 | ||
github.com/google/subcommands v1.2.0 | github.com/google/subcommands v1.2.0 | ||
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff | github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff | ||
github.com/lpar/gzipped v1.1.1-0.20190413023519-5d9a18ea7f47 | github.com/lpar/gzipped v1.1.1-0.20190413023519-5d9a18ea7f47 | ||
github.com/miekg/dns v1.1.8 | github.com/miekg/dns v1.1.35 | ||
github.com/prometheus/client_golang v1.9.0 | github.com/prometheus/client_golang v1.9.0 | ||
go.etcd.io/etcd v0.5.0-alpha.5.0.20190401205724-a621d807f061 | go.etcd.io/etcd v0.5.0-alpha.5.0.20190401205724-a621d807f061 | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
... | ... |
node/server_test.go
0 → 100644
vendor/github.com/miekg/dns/CODEOWNERS
0 → 100644