Skip to content

Commit

Permalink
fix shadowaead
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryDeng committed Feb 26, 2024
1 parent d9b0cdd commit 5da6598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shadowaead/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net"
"sync"

"github.com/Potterli20/go-shadowsocks2/internal"
"github.com/BarryDeng/go-shadowsocks2/internal"
)

// ErrShortPacket means that the packet is too short for a valid encrypted packet.
Expand Down
2 changes: 1 addition & 1 deletion shadowaead/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net"
"sync"

"github.com/Potterli20/go-shadowsocks2/internal"
"github.com/BarryDeng/go-shadowsocks2/internal"
)

const (
Expand Down

0 comments on commit 5da6598

Please sign in to comment.