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:
parent
176c5cdd28
commit
aac7f17850
1
build.go
1
build.go
@ -13,7 +13,6 @@
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !openssl_static
|
||||
// +build !openssl_static
|
||||
|
||||
package openssl
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
// limitations under the License.
|
||||
|
||||
//go:build openssl_static
|
||||
// +build openssl_static
|
||||
|
||||
package openssl
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -7,4 +7,4 @@ require (
|
||||
|
||||
require golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
@ -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
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
// limitations under the License.
|
||||
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user