We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43b927 commit 7c3488eCopy full SHA for 7c3488e
go.mod
@@ -0,0 +1,5 @@
1
+module github.com/vmware/go-nfs-client
2
+
3
+go 1.15
4
5
+require github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93
go.sum
@@ -0,0 +1,2 @@
+github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93 h1:UVArwN/wkKjMVhh2EQGC0tEc1+FqiLlvYXY5mQ2f8Wg=
+github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93/go.mod h1:Nfe4efndBz4TibWycNE+lqyJZiMX4ycx+QKV8Ta0f/o=
0 commit comments