update go.mod

This commit is contained in:
ginuerzh
2022-12-02 17:36:42 +08:00
parent c9c31fa74c
commit ceccf65ca1
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/go-gost/core
go 1.18
require golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
require golang.org/x/sys v0.2.0

4
go.sum
View File

@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0=
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=