Skip to content

Commit 27161e2

Browse files
committed
update: use gaukas/io/pipe
Signed-off-by: Gaukas Wang <[email protected]>
1 parent d4faf1b commit 27161e2

File tree

11 files changed

+25
-508
lines changed

11 files changed

+25
-508
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ retract (
1010
replace github.com/tetratelabs/wazero => github.com/refraction-networking/wazero v1.7.3-w
1111

1212
require (
13+
github.com/gaukas/io v0.0.2
1314
github.com/gaukas/wazerofs v0.1.0
1415
github.com/tetratelabs/wazero v1.7.3
15-
google.golang.org/protobuf v1.33.0
16+
google.golang.org/protobuf v1.34.2
1617
)
1718

1819
require github.com/blang/vfs v1.0.0 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/blang/vfs v1.0.0 h1:AUZUgulCDzbaNjTRWEP45X7m/J10brAptZpSRKRZBZc=
22
github.com/blang/vfs v1.0.0/go.mod h1:jjuNUc/IKcRNNWC9NUCvz4fR9PZLPIKxEygtPs/4tSI=
3+
github.com/gaukas/io v0.0.2 h1:VA+fx5fMM0/OKLmWXoHBlEFCEUoANYbjYJ2965Q59XE=
4+
github.com/gaukas/io v0.0.2/go.mod h1:+AGfTQVkFhTA/FmN4OCk7f0hip/XYEP++WRPqbm2W40=
35
github.com/gaukas/wazerofs v0.1.0 h1:wIkW1bAxSnpaaVkQ5LOb1tm1BXdVap3eKjJpVWIqt2E=
46
github.com/gaukas/wazerofs v0.1.0/go.mod h1:+JECB9Fwt0taPqSgHckG9lmT3tcoVK+9VJozTsq9UlI=
57
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
@@ -8,5 +10,5 @@ github.com/refraction-networking/wazero v1.7.3-w h1:Br3UuVPrKAD3pUSIlpT1+iBIYMbs
810
github.com/refraction-networking/wazero v1.7.3-w/go.mod h1:ytl6Zuh20R/eROuyDaGPkp82O9C/DJfXAwJfQ3X6/7Y=
911
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
1012
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
11-
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
12-
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
13+
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
14+
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=

internal/socket/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

internal/socket/tcpconn.go

Lines changed: 0 additions & 179 deletions
This file was deleted.

internal/socket/tcpconn_test.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)