Skip to content

Commit

Permalink
Pump (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Oct 17, 2018
1 parent 54ef346 commit 5be522d
Show file tree
Hide file tree
Showing 29 changed files with 1,145 additions and 467 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go:
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover

Expand Down
182 changes: 150 additions & 32 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
name = "github.com/bsm/sarama-cluster"
version = "2.*"

[[constraint]]
branch = "master"
name = "github.com/tevino/abool"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.*"
Expand Down
1 change: 1 addition & 0 deletions cache/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"github.com/msales/streams"
)

// Sink represents a Cache streams sink.
type Sink struct {
pipe streams.Pipe

Expand Down
Loading

0 comments on commit 5be522d

Please sign in to comment.