check in beginnings of new cleaned-up noise prototype

This commit is contained in:
eyedeekay
2024-07-01 18:50:13 -04:00
parent aca62174e6
commit c09161c824
6 changed files with 105 additions and 4 deletions

2
go.mod
View File

@ -4,6 +4,7 @@ go 1.21
require (
github.com/eyedeekay/go-unzip v0.0.0-20240201194209-560d8225b50e
github.com/flynn/noise v1.1.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.23.0
@ -13,6 +14,5 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)