mirror of
https://github.com/logos-messaging/go-noise.git
synced 2026-01-08 16:03:12 +00:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
306 B
Modula-2
16 lines
306 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.1.0
|
|
)
|
|
|
|
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
|
|
)
|