File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ import (
3838 "sync"
3939 "time"
4040
41- "github.com/m13253/dns-over-https/doh-client/config"
42- "github.com/m13253/dns-over-https/doh-client/selector"
43- jsondns "github.com/m13253/dns-over-https/json-dns"
41+ "github.com/m13253/dns-over-https/v2/ doh-client/config"
42+ "github.com/m13253/dns-over-https/v2/ doh-client/selector"
43+ jsondns "github.com/m13253/dns-over-https/v2/ json-dns"
4444 "github.com/miekg/dns"
4545 "golang.org/x/net/http2"
4646 "golang.org/x/net/idna"
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ import (
3434 "strconv"
3535 "strings"
3636
37- "github.com/m13253/dns-over-https/doh-client/selector"
38- jsondns "github.com/m13253/dns-over-https/json-dns"
37+ "github.com/m13253/dns-over-https/v2/ doh-client/selector"
38+ jsondns "github.com/m13253/dns-over-https/v2/ json-dns"
3939 "github.com/miekg/dns"
4040)
4141
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ import (
3535 "strings"
3636 "time"
3737
38- "github.com/m13253/dns-over-https/doh-client/selector"
39- jsondns "github.com/m13253/dns-over-https/json-dns"
38+ "github.com/m13253/dns-over-https/v2/ doh-client/selector"
39+ jsondns "github.com/m13253/dns-over-https/v2/ json-dns"
4040 "github.com/miekg/dns"
4141)
4242
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
3333 "runtime"
3434 "strconv"
3535
36- "github.com/m13253/dns-over-https/doh-client/config"
36+ "github.com/m13253/dns-over-https/v2/ doh-client/config"
3737)
3838
3939func checkPIDFile (pidFile string ) (bool , error ) {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
3434 "strings"
3535 "time"
3636
37- jsondns "github.com/m13253/dns-over-https/json-dns"
37+ jsondns "github.com/m13253/dns-over-https/v2/ json-dns"
3838 "github.com/miekg/dns"
3939 "golang.org/x/net/idna"
4040)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import (
3636 "strings"
3737 "time"
3838
39- jsondns "github.com/m13253/dns-over-https/json-dns"
39+ jsondns "github.com/m13253/dns-over-https/v2/ json-dns"
4040 "github.com/miekg/dns"
4141)
4242
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import (
3838 "time"
3939
4040 "github.com/gorilla/handlers"
41- jsondns "github.com/m13253/dns-over-https/json-dns"
41+ jsondns "github.com/m13253/dns-over-https/v2/ json-dns"
4242 "github.com/miekg/dns"
4343)
4444
Original file line number Diff line number Diff line change 1- module github.com/m13253/dns-over-https
1+ module github.com/m13253/dns-over-https/v2
22
33go 1.13
44
You can’t perform that action at this time.
0 commit comments