Revert "Update dependencies to support Generics (#360)" (#365)

This reverts commit 4aee85e4ce.
This commit is contained in:
Stanley Chen
2022-06-19 19:14:24 -07:00
committed by GitHub
parent 4aee85e4ce
commit 0675cdc919
3 changed files with 19 additions and 25 deletions

4
go.mod
View File

@@ -6,5 +6,7 @@ require (
github.com/google/go-cmp v0.2.0
github.com/google/subcommands v1.2.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.1.10
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sys v0.0.0-20210216224549-f992740a1bac // indirect
golang.org/x/tools v0.1.0
)