summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
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
)