bump go.mod to Go 1.17 and run go fix

This commit is contained in:
web3-bot 2022-06-01 08:57:19 +00:00
parent 0fadeb4d38
commit 8b7f1f93c7

5
go.mod
View File

@ -3,7 +3,8 @@ module github.com/libp2p/go-openssl
require (
github.com/mattn/go-pointer v0.0.1
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
)
go 1.16
require golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
go 1.17