aboutsummaryrefslogtreecommitdiff
path: root/tools/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go.mod')
-rw-r--r--tools/go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/go.mod b/tools/go.mod
new file mode 100644
index 0000000..c722bd9
--- /dev/null
+++ b/tools/go.mod
@@ -0,0 +1,16 @@
+module go.uber.org/sally/tools
+
+require (
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
+ honnef.co/go/tools v0.3.3
+)
+
+require (
+ github.com/BurntSushi/toml v1.1.0 // indirect
+ golang.org/x/exp/typeparams v0.0.0-20220516143420-24438e51023a // indirect
+ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
+ golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
+ golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f // indirect
+)
+
+go 1.19