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

Commit

Permalink
Add tools package to track dependencies of tools (#425)
Browse files Browse the repository at this point in the history
* go mod tidy

* Add tools for dependencies
  • Loading branch information
Noah Lee authored May 2, 2022
1 parent 75da1a2 commit 744c198
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 323 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ require (
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.9-0.20211216111533-8d383106f7e7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 744c198

Please sign in to comment.