| module golang.org/x/vuln/srv |
| |
| go 1.17 |
| |
| require ( |
| cloud.google.com/go/errorreporting v0.1.0 |
| cloud.google.com/go/firestore v1.6.1 |
| github.com/go-git/go-billy/v5 v5.3.1 |
| github.com/go-git/go-git/v5 v5.4.2 |
| github.com/google/go-cmp v0.5.6 |
| github.com/google/go-github v17.0.0+incompatible |
| github.com/google/safehtml v0.0.2 |
| github.com/jba/templatecheck v0.6.0 |
| golang.org/x/exp v0.0.0-20211216164055-b2b84827b756 |
| golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57 |
| golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 |
| golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
| golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 |
| golang.org/x/tools v0.1.8 |
| golang.org/x/vuln v0.0.0-00010101000000-000000000000 |
| google.golang.org/api v0.63.0 |
| google.golang.org/grpc v1.43.0 |
| gopkg.in/yaml.v2 v2.4.0 |
| ) |
| |
| require ( |
| cloud.google.com/go v0.99.0 // indirect |
| github.com/Microsoft/go-winio v0.4.16 // indirect |
| github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect |
| github.com/acomagu/bufpipe v1.0.3 // indirect |
| github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect |
| github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect |
| github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect |
| github.com/emirpasic/gods v1.12.0 // indirect |
| github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect |
| github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect |
| github.com/go-git/gcfg v1.5.0 // indirect |
| github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // 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/imdario/mergo v0.3.12 // indirect |
| github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
| github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect |
| github.com/mitchellh/go-homedir v1.1.0 // indirect |
| github.com/sergi/go-diff v1.1.0 // indirect |
| github.com/xanzy/ssh-agent v0.3.0 // indirect |
| go.opencensus.io v0.23.0 // indirect |
| golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect |
| golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect |
| golang.org/x/sys v0.0.0-20211213223007-03aa0b5f6827 // indirect |
| golang.org/x/text v0.3.7 // indirect |
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| google.golang.org/appengine v1.6.7 // indirect |
| google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect |
| google.golang.org/protobuf v1.27.1 // indirect |
| gopkg.in/warnings.v0 v0.1.2 // indirect |
| ) |
| |
| replace golang.org/x/vuln => ../ |