Use absolute path for ../json-dns

This commit is contained in:
Star Brilliant
2018-04-02 21:07:49 +08:00
parent efa272bc52
commit 0a107be362
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ import (
"sync"
"time"
"../json-dns"
"github.com/m13253/dns-over-https/json-dns"
"github.com/miekg/dns"
"golang.org/x/net/http2"
)

View File

@@ -35,7 +35,7 @@ import (
"strings"
"time"
"../json-dns"
"github.com/m13253/dns-over-https/json-dns"
"github.com/miekg/dns"
)

View File

@@ -36,7 +36,7 @@ import (
"strings"
"time"
"../json-dns"
"github.com/m13253/dns-over-https/json-dns"
"github.com/miekg/dns"
)

View File

@@ -33,7 +33,7 @@ import (
"strings"
"time"
"../json-dns"
"github.com/m13253/dns-over-https/json-dns"
"github.com/miekg/dns"
"golang.org/x/net/idna"
)

View File

@@ -32,7 +32,7 @@ import (
"strconv"
"time"
"../json-dns"
"github.com/m13253/dns-over-https/json-dns"
"github.com/miekg/dns"
)

View File

@@ -33,8 +33,8 @@ import (
"strings"
"time"
"../json-dns"
"github.com/gorilla/handlers"
"github.com/m13253/dns-over-https/json-dns"
"github.com/miekg/dns"
)