Frank Denis
1c52451025
Minor deps update
2020-07-31 16:01:41 +02:00
Frank Denis
d3ff3a6bb1
Remove facebookgo/{atomicfile,pidfile}
...
Fixes #1411
2020-07-10 14:37:35 +02:00
Frank Denis
45b915882a
Update deps
2020-07-07 14:12:02 +02:00
dependabot-preview[bot]
29c2b76edd
Bump github.com/miekg/dns from 1.1.29 to 1.1.30 ( #1403 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.29 to 1.1.30.
- [Release notes](https://github.com/miekg/dns/releases )
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.29...v1.1.30 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-07 13:27:53 +02:00
Frank Denis
539924f85f
Downgrade x/text to a single version
2020-06-19 20:56:21 +02:00
Frank Denis
6dc484c177
Update deps
2020-06-18 23:19:28 +02:00
Frank Denis
f9268be0c2
Recompute deps
2020-06-09 12:09:51 +02:00
Frank Denis
8200616655
dlog update
2020-06-08 22:52:07 +02:00
Frank Denis
9f9318701f
Update dlog
2020-06-08 20:33:18 +02:00
Frank Denis
9c5cf611a4
Preliminary ChangeLog
2020-06-08 19:20:55 +02:00
Frank Denis
2739db2733
Update deps
2020-06-02 13:56:05 +02:00
Frank Denis
c6b2869317
Update Poly1305 dep
2020-04-26 13:03:48 +02:00
Frank Denis
17fbad3648
Update deps
2020-04-01 12:15:13 +02:00
Frank Denis
18a8a207ab
up deps
2020-03-24 13:01:57 +01:00
Frank Denis
420c9682f9
Deps update for IllumOS
2020-03-21 16:41:20 +01:00
Frank Denis
9686e789c7
Bump
2020-03-21 10:18:37 +01:00
Frank Denis
62a20fd97a
up deps
2020-03-20 20:40:46 +01:00
Frank Denis
a1f3b34390
Update deps
2020-03-20 17:22:23 +01:00
Frank Denis
bad3d0accd
Update deps
2020-03-19 10:18:43 +01:00
Frank Denis
26ebb55c8c
Quite a lot of dependency updates
2020-03-13 17:58:44 +01:00
dependabot-preview[bot]
76106944cc
Bump github.com/miekg/dns from 1.1.27 to 1.1.28 ( #1223 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.27 to 1.1.28.
- [Release notes](https://github.com/miekg/dns/releases )
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.27...v1.1.28 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-13 17:33:56 +01:00
Frank Denis
647b14cd19
Update go.mod/go.sum
2020-02-26 16:52:37 +01:00
Frank Denis
cd35e2e854
Update deps
2020-01-29 17:58:43 +01:00
dependabot-preview[bot]
6fa865d538
Bump github.com/hashicorp/golang-lru from 0.5.3 to 0.5.4
...
Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru ) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/hashicorp/golang-lru/releases )
- [Commits](https://github.com/hashicorp/golang-lru/compare/v0.5.3...v0.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 10:04:17 +01:00
Frank Denis
b041eba311
Update deps
2020-01-15 19:58:59 +01:00
Frank Denis
f1bd4bf420
Update deps
2020-01-14 12:14:49 +01:00
Frank Denis
5c37d3b9de
Update deps
2020-01-05 19:00:16 -05:00
Frank Denis
fc1754c45f
sys/unix update
2019-12-30 20:25:29 +01:00
Frank Denis
6f62a82496
Update deps
2019-12-21 21:28:07 +01:00
Frank Denis
44735cb97e
agl/ed25519 is not required any more
2019-12-18 12:40:52 +01:00
William Elwood
7d08ba2536
Fix module name
...
I'm not sure why an extra "dnscrypt-proxy" was added to the module name when the rest of the URL was updated, but it resulted in the following:
```
$ go test -mod=vendor ./...
ok github.com/DNSCrypt/dnscrypt-proxy/dnscrypt-proxy/dnscrypt-proxy 0.173s
ok github.com/DNSCrypt/dnscrypt-proxy/dnscrypt-proxy/test 0.006s
$ go list ./...
github.com/DNSCrypt/dnscrypt-proxy/dnscrypt-proxy/dnscrypt-proxy
github.com/DNSCrypt/dnscrypt-proxy/dnscrypt-proxy/test
```
Not critical, but it looks wrong that these packages will not be found at those URLs.
2019-12-17 14:27:05 +01:00
Frank Denis
ed5431d7b9
Update deps
2019-12-16 20:04:38 +01:00
Frank Denis
76de8a955a
Update deps
2019-12-11 14:10:16 +01:00
Frank Denis
3d11d1d4e0
Revert "Update deps"
...
This reverts commit 915c90ae37
.
The x/sys update breaks compilation on arm
2019-12-09 12:02:42 +01:00
Frank Denis
915c90ae37
Update deps
2019-12-09 10:09:37 +01:00
dependabot-preview[bot]
f5880667c9
Bump github.com/miekg/dns from 1.1.22 to 1.1.24
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.22 to 1.1.24.
- [Release notes](https://github.com/miekg/dns/releases )
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.22...v1.1.24 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-09 10:07:29 +01:00
Frank Denis
722089e561
Bump deps
2019-12-03 12:02:08 +01:00
Frank Denis
b4356b9fc8
Update deps
2019-11-29 00:06:14 +01:00
Frank Denis
578f359f23
Update kardianos/service
2019-11-17 22:54:56 +01:00
Frank Denis
071dceef31
Update deps
2019-11-17 19:50:40 +01:00
Frank Denis
568376ea13
Update deps
2019-11-14 22:34:38 -05:00
William Elwood
4324a09fc9
Fix failing tests on Windows
...
To simulate failures opening a cache file, fixtures are written without the read permission bits.
Since Unix permission bits have no meaning on Windows, a slightly more complicated solution is required to achieve the same permissions.
Thankfully, there's a library to abstract that already.
2019-11-08 10:17:12 +01:00
William Elwood
af0629856c
Add unit tests for sources.go
...
Tests cover most of the cache and download related code paths and specify the expected result of various starting states and external failure modes.
Where the current code's behaviour doesn't match a test's expectations, the test is disabled and annotated with a TODO until it can be fixed.
Added dependency on `github.com/powerman/check` and ran `go mod vendor`.
2019-11-08 10:17:12 +01:00
William Elwood
503bfb877b
go mod tidy
...
```console
$ go mod tidy -v
(snip)
unused github.com/agl/ed25519
```
Also add base .gitattributes file to normalize line endings in the repository across differing developer environments.
2019-11-08 10:17:12 +01:00
Frank Denis
e6a4a4ffda
Update deps
2019-11-05 01:32:38 +01:00
Frank Denis
c5bda9e2ae
Update deps
2019-10-31 18:00:44 +01:00
Frank Denis
d17b572b75
Update deps
2019-10-26 16:51:14 +02:00
Frank Denis
e6b9f3c2c0
Update go-dnsstamps
2019-10-14 10:50:09 +02:00
Frank Denis
67f46b3c3e
Update go-dnsstamps
2019-10-14 02:24:04 +02:00
Frank Denis
d2db6b55a8
Update deps
2019-10-12 21:22:15 +02:00