mirror of
https://github.com/1f349/shfs.git
synced 2024-11-14 04:01:32 +00:00
16 lines
421 B
Modula-2
16 lines
421 B
Modula-2
module github.com/1f349/shfs
|
|
|
|
go 1.21.1
|
|
|
|
require (
|
|
github.com/go-git/go-billy/v5 v5.5.0
|
|
github.com/willscott/go-nfs v0.0.0-20230907145631-41b369691e46
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
|
|
github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93 // indirect
|
|
github.com/willscott/go-nfs-client v0.0.0-20200605172546-271fa9065b33 // indirect
|
|
)
|