1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-21 19:13:20 +08:00

fix recv non-ip packet

This commit is contained in:
fumiama
2021-12-30 13:01:50 +08:00
parent 36de57484d
commit a4036a76bb
3 changed files with 5 additions and 39 deletions

1
go.mod
View File

@@ -9,6 +9,5 @@ require (
github.com/fumiama/water v0.0.0-20211229155341-82646596a427
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/sirupsen/logrus v1.8.1
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)