1
0
mirror of https://github.com/tianon/gosu.git synced 2025-04-18 19:04:06 +03:00

Adjust minimum required golang.org/x/sys down to v0.1.0

This commit is contained in:
Tianon Gravi 2024-03-20 05:05:50 -07:00
parent 9ea56fefdd
commit 21b5265195
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -4,5 +4,5 @@ go 1.20
require (
github.com/moby/sys/user v0.1.0
golang.org/x/sys v0.13.0
golang.org/x/sys v0.1.0
)

4
go.sum
View File

@ -1,4 +1,4 @@
github.com/moby/sys/user v0.1.0 h1:WmZ93f5Ux6het5iituh9x2zAG7NFY9Aqi49jjE1PaQg=
github.com/moby/sys/user v0.1.0/go.mod h1:fKJhFOnsCN6xZ5gSfbM6zaHGgDJMrqt9/reuj4T7MmU=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=