mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-09 02:41:48 +00:00
fix: mod name major version suffix v2
ref: https://go.dev/ref/mod#major-version-suffixes
This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/apernet/hysteria/core/errors"
|
||||
"github.com/apernet/hysteria/core/internal/pmtud"
|
||||
"github.com/apernet/hysteria/core/v2/errors"
|
||||
"github.com/apernet/hysteria/core/v2/internal/pmtud"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user