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:
Ben Clayton 2021-05-14 16:19:03 +00:00 committed by Commit Bot service account
parent fdf56c325d
commit 31d761329a
4 changed files with 5 additions and 8 deletions

View File

@ -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

5
tools/src/go.mod Normal file
View File

@ -0,0 +1,5 @@
module dawn.googlesource.com/tint/tools/src
go 1.16
require github.com/sergi/go-diff v1.2.0

View File

@ -1,3 +0,0 @@
module dawn.googlesource.com/tint/tools/src/trim-includes
go 1.16