go.mod: bump sys

This commit is contained in:
Daniel Theophanes
2025-07-14 11:46:09 -05:00
parent bcef75b8b0
commit b7ded6fcb7
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module github.com/kardianos/service
go 1.12
go 1.23.0
require golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
require golang.org/x/sys v0.34.0

4
go.sum
View File

@@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 h1:9UQO31fZ+0aKQOFldThf7BKPMJTiBfWycGh/u3UoO88=
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=