test stuff

This commit is contained in:
eyedeekay
2025-02-17 23:38:26 -05:00
parent e279e7c011
commit 6587c5c635
8 changed files with 452 additions and 69 deletions

8
go.mod
View File

@@ -5,6 +5,12 @@ go 1.23.5
require (
github.com/go-i2p/i2pkeys v0.33.92
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
)
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)