Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 744c198

Browse files
author
Noah Lee
authored
Add tools package to track dependencies of tools (#425)
* go mod tidy * Add tools for dependencies
1 parent 75da1a2 commit 744c198

File tree

3 files changed

+11
-323
lines changed

3 files changed

+11
-323
lines changed

Diff for: go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ require (
8080
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
8181
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
8282
golang.org/x/text v0.3.7 // indirect
83+
golang.org/x/tools v0.1.9-0.20211216111533-8d383106f7e7 // indirect
84+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
8385
google.golang.org/appengine v1.6.7 // indirect
8486
google.golang.org/protobuf v1.26.0 // indirect
8587
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)