Drop support for go1.18 and go1.19

This commit is contained in:
世界 2024-06-03 22:16:12 +08:00
parent 65383d3c39
commit cca25493d3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 72 additions and 20 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module github.com/sagernet/sing-tun
go 1.18
go 1.20
require (
github.com/fsnotify/fsnotify v1.7.0
@ -10,7 +10,7 @@ require (
github.com/sagernet/nftables v0.3.0-beta.2
github.com/sagernet/sing v0.5.0-alpha.9
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/net v0.24.0
golang.org/x/net v0.26.0
golang.org/x/sys v0.21.0
)