bump go.mod to Go 1.16 and run go fix

This commit is contained in:
web3-bot 2021-08-17 13:32:37 +00:00
parent ca567f2105
commit c6b9a22167

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/libp2p/go-libp2p-peerstore
go 1.15
go 1.16
require (
github.com/gogo/protobuf v1.3.2