Skip to content

Commit e10a1cd

Browse files
committed
update golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 to 0.1.0
1 parent b3a29ab commit e10a1cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/gorilla/websocket v1.5.0 // indirect
2323
github.com/issue9/autoinc v1.0.9 // indirect
2424
github.com/issue9/unique v1.3.2 // indirect
25-
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
25+
golang.org/x/sys v0.1.0 // indirect
2626
)
2727

2828
go 1.18

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ github.com/issue9/version v1.0.6 h1:9rzIpHEbmMjFmQkxDC9ciew9nfdTh7+VpO8ZyAbIhdk=
3434
github.com/issue9/version v1.0.6/go.mod h1:gVP3/z/bPHoZuWJ+5021x+QkkmhHfFcRehn/I0RCiAo=
3535
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 h1:UiNENfZ8gDvpiWw7IpOMQ27spWmThO1RwwdQVbJahJM=
3636
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
37+
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
38+
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
3739
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
3840
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
3941
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)