summaryrefslogtreecommitdiff
path: root/chromium/third_party/dawn/go.mod
blob: 0afc25fc9a9656b59833475d5b177325c4f284a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module dawn.googlesource.com/dawn

go 1.18

require (
	github.com/andygrunwald/go-gerrit v0.0.0-20220427111355-d3e91fbf2db5
	github.com/ben-clayton/webidlparser v0.0.0-20210923100217-8ba896ded094
	github.com/fatih/color v1.13.0
	github.com/google/go-cmp v0.5.6
	github.com/mattn/go-colorable v0.1.9
	github.com/mattn/go-isatty v0.0.14
	github.com/sergi/go-diff v1.1.0
	github.com/shirou/gopsutil v3.21.11+incompatible
	github.com/tidwall/jsonc v0.3.2
	go.chromium.org/luci v0.0.0-20220412023008-ab2409fe739a
	golang.org/x/net v0.0.0-20220403103023-749bd193bc2b
	golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
	google.golang.org/api v0.63.0
	google.golang.org/grpc v1.44.0
	google.golang.org/protobuf v1.28.0
)

require (
	cloud.google.com/go v0.99.0 // indirect
	github.com/go-ole/go-ole v1.2.6 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/golang/mock v1.6.0 // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/google/go-querystring v1.1.0 // indirect
	github.com/googleapis/gax-go/v2 v2.1.1 // indirect
	github.com/julienschmidt/httprouter v1.3.0 // indirect
	github.com/klauspost/compress v1.13.5 // indirect
	github.com/kr/pretty v0.3.0 // indirect
	github.com/kr/text v0.2.0 // indirect
	github.com/maruel/subcommands v1.1.0 // indirect
	github.com/mitchellh/go-homedir v1.1.0 // indirect
	github.com/rogpeppe/go-internal v1.8.0 // indirect
	github.com/texttheater/golang-levenshtein v1.0.1 // indirect
	github.com/tklauser/go-sysconf v0.3.10 // indirect
	github.com/tklauser/numcpus v0.4.0 // indirect
	github.com/yusufpapurcu/wmi v1.2.2 // indirect
	go.opencensus.io v0.23.0 // indirect
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
	golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
	golang.org/x/text v0.3.7 // indirect
	google.golang.org/appengine v1.6.7 // indirect
	google.golang.org/genproto v0.0.0-20220216160803-4663080d8bc8 // indirect
)

exclude github.com/sergi/go-diff v1.2.0