tools/src: merge the two go.mod files
These are the module dependencies. We'll never want different versions of third_party deps, so merging these makes sense. Change-Id: If2ff93b77ad79d31a5aad04194dcf82c9782e0d3 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/50900 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@chromium.org>
This commit is contained in:
parent
fdf56c325d
commit
31d761329a
|
@ -1,5 +0,0 @@
|
|||
module dawn.googlesource.com/tint/tools/src/fix-tests
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/sergi/go-diff v1.2.0
|
|
@ -0,0 +1,5 @@
|
|||
module dawn.googlesource.com/tint/tools/src
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/sergi/go-diff v1.2.0
|
|
@ -1,3 +0,0 @@
|
|||
module dawn.googlesource.com/tint/tools/src/trim-includes
|
||||
|
||||
go 1.16
|
Loading…
Reference in New Issue