summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-03-14 11:23:50 -0400
committerSam Anthony <sam@samanthony.xyz>2026-03-14 11:23:50 -0400
commit700096b078f6e16f2c5c967ea140f0b93e799986 (patch)
treee1d9965e9bf09ebe01a96d8faa6d2bc027e6984c /go.mod
parent7d622695ae19e518fded6aa5fbf001dae4652211 (diff)
downloadbuth-700096b078f6e16f2c5c967ea140f0b93e799986.zip
authfs: rewrite with Harvey-OS/ninep, implement Rattachharveyos
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 5 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d3c82e3..2f2dd17 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,9 @@ module git.samanthony.xyz/buth
go 1.25.5
require (
- github.com/docker-archive/go-p9p v0.0.0-20191112112554-37d97cf40d03 // indirect
- github.com/docker/go-p9p v0.0.0-20191112112554-37d97cf40d03 // indirect
+ github.com/Harvey-OS/ninep v0.0.0-20200724082702-d30a6d4f9789 // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/stretchr/testify v1.11.1 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
)