fix: mod name major version suffix v2

ref: https://go.dev/ref/mod#major-version-suffixes
This commit is contained in:
Haruue
2024-05-18 11:28:47 +08:00
parent 15e58468a7
commit 0c198abd2e
70 changed files with 126 additions and 126 deletions

View File

@@ -8,10 +8,10 @@ import (
"net/url"
"time"
coreErrs "github.com/apernet/hysteria/core/errors"
"github.com/apernet/hysteria/core/internal/congestion"
"github.com/apernet/hysteria/core/internal/protocol"
"github.com/apernet/hysteria/core/internal/utils"
coreErrs "github.com/apernet/hysteria/core/v2/errors"
"github.com/apernet/hysteria/core/v2/internal/congestion"
"github.com/apernet/hysteria/core/v2/internal/protocol"
"github.com/apernet/hysteria/core/v2/internal/utils"
"github.com/apernet/quic-go"
"github.com/apernet/quic-go/http3"