| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
1. Updated the "include"s.
2. No logs read API in the AppEngine anymore. Replaced by the GCP logging API.
3. Use "GO111MODULE=off gcloud beta app deploy ./dashboard/app/app.yaml --no-promote" to test new deployment.
4. Updated the documentation.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Since we started using modules, it's a good time to update some deps.
Update to latest official versions packages that have newer versions.
Update #1247
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Godep is long deprecated and modules is the future.
Updating dependencies with godep is painful and non-transparent.
This will hopefully help to create custom golangci-lint linters.
The change was created with:
go mod init
rm -rf vendor
go mod vendor
Fixes #1247
|
| |
|
|
|
| |
To pick up fix for:
https://github.com/google/go-cmp/issues/103
|
|
|
This package simplifies diffing complex objects in tests.
|