Try to bump /x/sys to the current stable version to fix IsWindowsService()

Signed-off-by: Guillaume Gill <guillaume.gill@orangelogic.com>
This commit is contained in:
Guillaume Gill
2022-10-18 22:42:33 +02:00
parent eb73859393
commit e01dd5e334
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/prometheus/common v0.37.0
github.com/prometheus/exporter-toolkit v0.7.1
github.com/sirupsen/logrus v1.9.0
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
golang.org/x/sys v0.1.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v3 v3.0.1
)