diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-14 11:23:50 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-14 11:23:50 -0400 |
| commit | 700096b078f6e16f2c5c967ea140f0b93e799986 (patch) | |
| tree | e1d9965e9bf09ebe01a96d8faa6d2bc027e6984c /go.mod | |
| parent | 7d622695ae19e518fded6aa5fbf001dae4652211 (diff) | |
| download | buth-harveyos.zip | |
authfs: rewrite with Harvey-OS/ninep, implement Rattachharveyos
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 ) |