Commit Graph

8 Commits

Author SHA1 Message Date
Dmitry Vyukov
e79c9d2b43 vendor: add github.com/google/go-cmp/cmp
This package simplifies diffing complex objects in tests.
2018-06-18 19:45:37 +02:00
Dmitry Vyukov
4bd26193d8 vendor/golang.org/x/net/context/: fix fmt with Go 1.8
See https://github.com/golang/go/issues/21337
2017-08-10 14:35:07 +02:00
Dmitry Vyukov
a28999b4c6 vendor: update all packages
google.golang.org/api/compute/v0.beta again changed public interfaces
which causes breakages in other build environments.
Update everything to HEAD.
2017-08-08 10:54:24 +02:00
Dmitry Vyukov
04e73701ec vendor: add google.golang.org/appengine/mail
For sending emails from appengine apps.
2017-06-30 14:25:26 +02:00
Dmitry Vyukov
350f45c589 vendor: vendor appengine/aetest package 2017-06-23 15:16:22 +02:00
Dmitry Vyukov
f243096323 vendor: vendor appengine dependencies 2017-06-22 16:33:31 +02:00
Dmitry Vyukov
b41e96b421 vendor: switch from dep to godep
dep tool vendored too much code (100MB) including tests and unused packages.
godep vendored significantly less (12MB) without tests and unused packages.
The main advantage is that pre-Go1.9 toolchain does not run tests
of all vendor packages now.
2017-06-13 20:23:21 +02:00
Dmitry Vyukov
612b82714b vendor: vendor dependencies
All dependencies are vendored with:
go get github.com/golang/dep
dep init

If necessary, can be updated with:
dep ensure -update

Fixes #215
2017-06-13 19:26:47 +02:00