mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Update miekg/dns and other dependencies
This commit is contained in:
parent
7a03369d01
commit
6ee164a3c9
54 changed files with 3056 additions and 2984 deletions
4
vendor/github.com/jedisct1/dlog/go.mod
generated
vendored
4
vendor/github.com/jedisct1/dlog/go.mod
generated
vendored
|
@ -1,8 +1,8 @@
|
|||
module github.com/jedisct1/dlog
|
||||
|
||||
go 1.13
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/hashicorp/go-syslog v1.0.0
|
||||
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
|
||||
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
|
||||
)
|
||||
|
|
4
vendor/github.com/jedisct1/dlog/go.sum
generated
vendored
4
vendor/github.com/jedisct1/dlog/go.sum
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
github.com/hashicorp/go-syslog v1.0.0 h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=
|
||||
github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4=
|
||||
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 h1:OjiUf46hAmXblsZdnoSXsEUSKU8r1UEzcL5RVZ4gO9Y=
|
||||
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 h1:9UQO31fZ+0aKQOFldThf7BKPMJTiBfWycGh/u3UoO88=
|
||||
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||
|
|
5
vendor/github.com/jedisct1/go-dnsstamps/README.md
generated
vendored
5
vendor/github.com/jedisct1/go-dnsstamps/README.md
generated
vendored
|
@ -1,4 +1,5 @@
|
|||
# go-dnsstamps
|
||||
DNS Stamps library for Go
|
||||
|
||||
## [https://pkg.go.dev/github.com/jedisct1/go-dnsstamps](Documentation)
|
||||
DNS Stamps library for Go.
|
||||
|
||||
## [Documentation](https://pkg.go.dev/github.com/jedisct1/go-dnsstamps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue