aboutsummaryrefslogtreecommitdiff
path: root/tools/go.mod
diff options
context:
space:
mode:
authorAbhinav Gupta <mail@abhinavg.net>2023-06-01 10:54:45 -0700
committerGitHub <noreply@github.com>2023-06-01 10:54:45 -0700
commit04539ca4b920c53d342887794f1ea02d21464814 (patch)
treef6382b9798eb303751a28b2e0461109e7f18140d /tools/go.mod
parenta33af01660cea128aef22dde2cc15bd38de9d342 (diff)
downloadsally-04539ca4b920c53d342887794f1ea02d21464814.tar.gz
all(deps): Update Go dependencies (#98)
Updates all Go dependencies in root and tools/. Supersedes #96, #94, #91
Diffstat (limited to 'tools/go.mod')
-rw-r--r--tools/go.mod11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/go.mod b/tools/go.mod
index 3ed8f10..e899c7d 100644
--- a/tools/go.mod
+++ b/tools/go.mod
@@ -2,22 +2,23 @@ module go.uber.org/sally/tools
require (
github.com/mgechev/revive v1.3.2
- honnef.co/go/tools v0.4.0
+ honnef.co/go/tools v0.4.3
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
- github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 // indirect
+ github.com/chavacava/garif v0.0.0-20230519080132-4752330f72df // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.17 // indirect
- github.com/mattn/go-runewidth v0.0.9 // indirect
+ github.com/mattn/go-isatty v0.0.19 // indirect
+ github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
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
+ github.com/rivo/uniseg v0.4.4 // indirect
+ golang.org/x/exp/typeparams v0.0.0-20230522175609-2e198f4a06a1 // 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