Skip to content

Commit 4740ba5

Browse files
djdvwillscott
andcommitted
nfs: implement client
Co-authored-by: Will <[email protected]>
1 parent 06dffcc commit 4740ba5

File tree

5 files changed

+782
-1
lines changed

5 files changed

+782
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ require (
2626
github.com/multiformats/go-multibase v0.2.0
2727
github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
2828
github.com/willscott/go-nfs v0.0.2
29+
github.com/willscott/go-nfs-client v0.0.0-20240104095149-b44639837b00
2930
github.com/winfsp/cgofuse v1.5.1-0.20230130140708-f87f5db493b5
3031
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
3132
golang.org/x/sys v0.16.0
@@ -84,7 +85,6 @@ require (
8485
github.com/rs/cors v1.7.0 // indirect
8586
github.com/spaolacci/murmur3 v1.1.0 // indirect
8687
github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa // indirect
87-
github.com/willscott/go-nfs-client v0.0.0-20240104095149-b44639837b00 // indirect
8888
github.com/yuin/goldmark v1.5.2 // indirect
8989
github.com/yuin/goldmark-emoji v1.0.1 // indirect
9090
go.opentelemetry.io/otel v1.16.0 // indirect

0 commit comments

Comments
 (0)