Skip to content

Commit

Permalink
update: use gaukas/io/pipe
Browse files Browse the repository at this point in the history
Signed-off-by: Gaukas Wang <[email protected]>
  • Loading branch information
gaukas committed Jul 19, 2024
1 parent d4faf1b commit 27161e2
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 508 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ retract (
replace github.com/tetratelabs/wazero => github.com/refraction-networking/wazero v1.7.3-w

require (
github.com/gaukas/io v0.0.2
github.com/gaukas/wazerofs v0.1.0
github.com/tetratelabs/wazero v1.7.3
google.golang.org/protobuf v1.33.0
google.golang.org/protobuf v1.34.2
)

require github.com/blang/vfs v1.0.0 // indirect
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/blang/vfs v1.0.0 h1:AUZUgulCDzbaNjTRWEP45X7m/J10brAptZpSRKRZBZc=
github.com/blang/vfs v1.0.0/go.mod h1:jjuNUc/IKcRNNWC9NUCvz4fR9PZLPIKxEygtPs/4tSI=
github.com/gaukas/io v0.0.2 h1:VA+fx5fMM0/OKLmWXoHBlEFCEUoANYbjYJ2965Q59XE=
github.com/gaukas/io v0.0.2/go.mod h1:+AGfTQVkFhTA/FmN4OCk7f0hip/XYEP++WRPqbm2W40=
github.com/gaukas/wazerofs v0.1.0 h1:wIkW1bAxSnpaaVkQ5LOb1tm1BXdVap3eKjJpVWIqt2E=
github.com/gaukas/wazerofs v0.1.0/go.mod h1:+JECB9Fwt0taPqSgHckG9lmT3tcoVK+9VJozTsq9UlI=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
Expand All @@ -8,5 +10,5 @@ github.com/refraction-networking/wazero v1.7.3-w h1:Br3UuVPrKAD3pUSIlpT1+iBIYMbs
github.com/refraction-networking/wazero v1.7.3-w/go.mod h1:ytl6Zuh20R/eROuyDaGPkp82O9C/DJfXAwJfQ3X6/7Y=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
5 changes: 0 additions & 5 deletions internal/socket/README.md

This file was deleted.

179 changes: 0 additions & 179 deletions internal/socket/tcpconn.go

This file was deleted.

38 changes: 0 additions & 38 deletions internal/socket/tcpconn_test.go

This file was deleted.

Loading

0 comments on commit 27161e2

Please sign in to comment.