go: update golang.org/x/tools to latest (#3940)

This commit is contained in:
Ariel Mashraki
2024-02-07 18:03:32 +02:00
committed by GitHub
parent 6631ed7172
commit 744fed675e
6 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ require (
github.com/lib/pq v1.10.7
github.com/mattn/go-sqlite3 v1.14.17
github.com/stretchr/testify v1.8.4
golang.org/x/sync v0.1.0
golang.org/x/sync v0.6.0
)
require (
@@ -32,7 +32,7 @@ require (
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)