Update dependencies to support Generics (#360)

* feat(copy_ast): add ast.IndexListExpr case

* feat(go.mod): add dependencies (golang.org/x/tools v0.1.0 => v0.1.10)
This commit is contained in:
Enrique Fueyo
2022-06-19 17:37:05 -07:00
committed by GitHub
parent 79660af943
commit 4aee85e4ce
3 changed files with 25 additions and 19 deletions

4
go.mod
View File

@@ -6,7 +6,5 @@ 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/mod v0.4.1 // indirect
golang.org/x/sys v0.0.0-20210216224549-f992740a1bac // indirect
golang.org/x/tools v0.1.0
golang.org/x/tools v0.1.10
)