Upgrade to go 1.17 and rename module for easier integration

This commit is contained in:
Richard Ramos 2022-10-23 09:00:46 -04:00
parent 736a742127
commit da2a9c978d
No known key found for this signature in database
GPG Key ID: BD36D48BC9FFC88C

10
go.mod
View File

@ -1,8 +1,14 @@
module github.com/flynn/noise
module github.com/status-im/noise
go 1.16
go 1.17
require (
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)