Compare commits

...

2 Commits
0.0.1 ... main

Author SHA1 Message Date
Steven Polley 5df9cc4323 update dependencies 2024-01-06 23:48:10 -07:00
Steven Polley b03b9c9c12 update /x/sys package 2023-11-14 17:41:43 -07:00
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@ -1,5 +1,5 @@
module deadbeef.codes/steven/dipole
go 1.20
go 1.21
require golang.org/x/sys v0.7.0
require golang.org/x/sys v0.16.0

4
go.sum
View File

@ -1,2 +1,2 @@
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=