gh-115-go-import-v2: Suffix Go module path with /v2

This commit is contained in:
Fishbone
2021-09-12 17:12:39 +08:00
parent 63c6c1de91
commit 8cd4c4205d
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ import (
"strings"
"time"
jsondns "github.com/m13253/dns-over-https/json-dns"
jsondns "github.com/m13253/dns-over-https/v2/json-dns"
"github.com/miekg/dns"
"golang.org/x/net/idna"
)
+1 -1
View File
@@ -36,7 +36,7 @@ import (
"strings"
"time"
jsondns "github.com/m13253/dns-over-https/json-dns"
jsondns "github.com/m13253/dns-over-https/v2/json-dns"
"github.com/miekg/dns"
)
+1 -1
View File
@@ -38,7 +38,7 @@ import (
"time"
"github.com/gorilla/handlers"
jsondns "github.com/m13253/dns-over-https/json-dns"
jsondns "github.com/m13253/dns-over-https/v2/json-dns"
"github.com/miekg/dns"
)