forked from google/syzkaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (38 loc) · 1.79 KB
/
go.mod
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
module github.com/google/syzkaller
go 1.14
require (
cloud.google.com/go v0.66.0
cloud.google.com/go/pubsub v1.7.0
cloud.google.com/go/storage v1.10.0
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/dvyukov/go-fuzz v0.0.0-20201127111758-49e582c6c23d
github.com/golangci/golangci-lint v1.37.1
github.com/golangci/misspell v0.3.5 // indirect
github.com/google/go-cmp v0.5.4
github.com/gorilla/handlers v1.5.1
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
github.com/jstemmer/go-junit-report v0.9.2-0.20191008195320-984a47ca6b0a // indirect
github.com/magiconair/properties v1.8.3 // indirect
github.com/matoous/godox v0.0.0-20200801072554-4fb83dc2941e // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prometheus/client_golang v0.9.3
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
github.com/spf13/afero v1.4.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/perf v0.0.0-20211012211434-03971e389cd3
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
golang.org/x/tools v0.1.0
google.golang.org/api v0.32.0
google.golang.org/appengine v1.6.6
google.golang.org/genproto v0.0.0-20200925023002-c2d885f95484
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)