all: upgrade direct dependencies (#371)

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2023-02-02 05:30:31 +00:00
committed by GitHub
parent c3942d0744
commit fb97a21177
2 changed files with 9 additions and 9 deletions

4
go.mod
View File

@@ -4,6 +4,6 @@ go 1.16
require (
golang.org/x/arch v0.2.0
golang.org/x/sys v0.3.0
golang.org/x/tools v0.4.0
golang.org/x/sys v0.4.0
golang.org/x/tools v0.5.0
)