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
Frank Denis
8c147c7efd
Manually pin dependency revisions
2019-09-09 18:45:42 +02:00
Frank Denis
e49823d328
More deps update
2019-09-09 18:08:44 +02:00
Frank Denis
1a06806477
Revert "Use CIRCL for X25519. That makes ephemeral key computation faster."
...
This reverts commit 5d130cdf0b
.
Revert "Kill nacl/box"
This reverts commit dd9cf5cc9a
.
2019-09-09 17:43:30 +02:00
Frank Denis
5c9c20c974
swizzle
2019-09-07 16:26:31 +02:00
Frank Denis
cef00d5d0b
Update deps
2019-09-07 11:04:40 +02:00
Frank Denis
ad05fd6f21
Directly dlog.Fatalf() if an invalid static stamp is given
2019-07-06 18:04:02 +02:00
Frank Denis
dd9cf5cc9a
Kill nacl/box
2019-06-24 19:13:34 +02:00
Frank Denis
d80e72365f
Update deps
2019-06-24 14:55:34 +02:00
Frank Denis
5d130cdf0b
Use CIRCL for X25519. That makes ephemeral key computation faster.
2019-06-24 14:17:00 +02:00
Frank Denis
14d6345d6b
Deps update
2019-06-04 09:51:48 +02:00
Frank Denis
11311d663d
Update deps
2019-06-02 13:25:06 +02:00
Frank Denis
f8415c4a4b
Update deps
2019-05-31 22:49:25 +02:00
Frank Denis
71858bfc98
Update deps
2019-04-28 23:19:52 +02:00
Frank Denis
674bd30d45
Update dependencies
2019-04-01 08:21:17 +02:00
Frank Denis
85abbeac61
Bump
2019-03-14 20:21:26 +01:00
Frank Denis
c16016b112
Update deps
2019-03-14 02:17:58 +01:00
Frank Denis
b624f8ef58
Accept sdns: scheme without a namespace
2019-03-03 18:20:39 +01:00
Frank Denis
c3e29c2a60
Switch to Go modules
2019-03-01 18:44:37 +01:00