Maintenance: upgrade ss-server to v0.2.0

This commit is contained in:
Quentin McGaw (desktop)
2021-05-28 16:26:26 +00:00
parent 7db1253967
commit b3829493ea
3 changed files with 10 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/qdm12/gluetun/internal/constants"
"github.com/qdm12/gluetun/internal/models"
"github.com/qdm12/golibs/logging"
shadowsockslib "github.com/qdm12/ss-server/pkg"
shadowsockslib "github.com/qdm12/ss-server/pkg/tcpudp"
)
type Looper interface {