chore: update module names (hysteria & quic-go fork)

This commit is contained in:
Toby
2022-08-20 11:44:12 -07:00
parent aad4c44b3d
commit 8960aefca3
30 changed files with 76 additions and 76 deletions

View File

@@ -7,13 +7,13 @@ import (
"fmt"
"net"
"github.com/HyNetwork/hysteria/pkg/acl"
"github.com/HyNetwork/hysteria/pkg/obfs"
"github.com/HyNetwork/hysteria/pkg/pmtud_fix"
"github.com/HyNetwork/hysteria/pkg/transport"
"github.com/lucas-clemente/quic-go"
"github.com/lunixbochs/struc"
"github.com/prometheus/client_golang/prometheus"
"github.com/tobyxdd/hysteria/pkg/acl"
"github.com/tobyxdd/hysteria/pkg/obfs"
"github.com/tobyxdd/hysteria/pkg/pmtud_fix"
"github.com/tobyxdd/hysteria/pkg/transport"
)
type (