mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 14:47:35 +03:00
Deps update
This commit is contained in:
parent
f63dc17f90
commit
3d67c81697
16 changed files with 201 additions and 46 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
"github.com/BurntSushi/toml"
|
||||
"github.com/jedisct1/dlog"
|
||||
stamps "github.com/jedisct1/dnscrypt-proxy/dnsstamps"
|
||||
stamps "github.com/jedisct1/go-dnsstamps"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/jedisct1/dlog"
|
||||
stamps "github.com/jedisct1/dnscrypt-proxy/dnsstamps"
|
||||
stamps "github.com/jedisct1/go-dnsstamps"
|
||||
clocksmith "github.com/jedisct1/go-clocksmith"
|
||||
"golang.org/x/crypto/curve25519"
|
||||
)
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
"github.com/VividCortex/ewma"
|
||||
"github.com/jedisct1/dlog"
|
||||
stamps "github.com/jedisct1/dnscrypt-proxy/dnsstamps"
|
||||
stamps "github.com/jedisct1/go-dnsstamps"
|
||||
"golang.org/x/crypto/ed25519"
|
||||
)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/dchest/safefile"
|
||||
|
||||
"github.com/jedisct1/dlog"
|
||||
stamps "github.com/jedisct1/dnscrypt-proxy/dnsstamps"
|
||||
stamps "github.com/jedisct1/go-dnsstamps"
|
||||
"github.com/jedisct1/go-minisign"
|
||||
)
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/jedisct1/dlog"
|
||||
stamps "github.com/jedisct1/dnscrypt-proxy/dnsstamps"
|
||||
stamps "github.com/jedisct1/go-dnsstamps"
|
||||
"github.com/miekg/dns"
|
||||
"golang.org/x/net/http2"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue