Add final aggregator (#5820)

This commit is contained in:
Daniel Nelson
2019-05-15 14:46:28 -07:00
committed by GitHub
parent d645e0303f
commit a724bf487f
7 changed files with 402 additions and 4 deletions

2
Gopkg.lock generated
View File

@@ -519,6 +519,7 @@
name = "github.com/google/go-cmp"
packages = [
"cmp",
"cmp/cmpopts",
"cmp/internal/diff",
"cmp/internal/function",
"cmp/internal/value",
@@ -1585,6 +1586,7 @@
"github.com/golang/protobuf/ptypes/empty",
"github.com/golang/protobuf/ptypes/timestamp",
"github.com/google/go-cmp/cmp",
"github.com/google/go-cmp/cmp/cmpopts",
"github.com/google/go-github/github",
"github.com/gorilla/mux",
"github.com/harlow/kinesis-consumer",