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:
4
go.mod
4
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user