diff options
Diffstat (limited to 'tools/go.mod')
-rw-r--r-- | tools/go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/go.mod b/tools/go.mod index 8bc9c9f..3ed8f10 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,7 +1,7 @@ module go.uber.org/sally/tools require ( - github.com/mgechev/revive v1.3.1 + github.com/mgechev/revive v1.3.2 honnef.co/go/tools v0.4.0 ) @@ -18,9 +18,9 @@ require ( github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/pkg/errors v0.9.1 // indirect golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect - golang.org/x/mod v0.9.0 // indirect - golang.org/x/sys v0.6.0 // indirect - golang.org/x/tools v0.7.0 // indirect + golang.org/x/mod v0.10.0 // indirect + golang.org/x/sys v0.8.0 // indirect + golang.org/x/tools v0.9.1 // indirect ) go 1.19 |