mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-03-09 11:00:08 +08:00
bump go.mod to Go 1.17 and run go fix
This commit is contained in:
parent
0fadeb4d38
commit
8b7f1f93c7
5
go.mod
5
go.mod
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user