1
0
mirror of https://github.com/libp2p/go-openssl.git synced 2025-04-04 15:20:08 +08:00

bump go.mod to Go 1.18 and run go fix

This commit is contained in:
web3-bot 2022-09-21 17:43:13 +00:00
parent 176c5cdd28
commit aac7f17850
5 changed files with 1 additions and 6 deletions

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build !openssl_static
// +build !openssl_static
package openssl

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build openssl_static
// +build openssl_static
package openssl

2
go.mod
View File

@ -7,4 +7,4 @@ require (
require golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
go 1.17
go 1.18

View File

@ -13,8 +13,6 @@
// limitations under the License.
//go:build (linux || darwin || solaris || freebsd || openbsd) && !windows
// +build linux darwin solaris freebsd openbsd
// +build !windows
package openssl

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build windows
// +build windows
package openssl