go-noise/go.mod
dependabot[bot] 3cb8d05d1f
build(deps): bump golang.org/x/sys
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20201119102817-f84b799fce68 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 07:10:30 +00:00

16 lines
334 B
Modula-2

module github.com/waku-org/go-noise
go 1.18
require (
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)