Skip to content

Commit

Permalink
Merge pull request #35 from ripienaar/060
Browse files Browse the repository at this point in the history
(misc) Release 0.6.0
  • Loading branch information
ripienaar authored Jun 13, 2022
2 parents bba8878 + 39755d1 commit 5666a4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/choria-io/stream-replicator
go 1.17

require (
github.com/choria-io/fisk v0.1.0
github.com/choria-io/fisk v0.1.1
github.com/ghodss/yaml v1.0.0
github.com/golang/mock v1.6.0
github.com/nats-io/jsm.go v0.0.33
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cb
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/choria-io/fisk v0.1.0 h1:eQxRjOLoimA3rCuRsFx4JHOEBgJwr0cyGBWPAyWYYyQ=
github.com/choria-io/fisk v0.1.0/go.mod h1:S+NQ8qIofXvjz4zT4t69xRudzMYNfOG3uC0lOzGNjHA=
github.com/choria-io/fisk v0.1.1 h1:o2Od815jYaY10K3a2FOSkDnxdDwYGDXNyYrJMqxftbw=
github.com/choria-io/fisk v0.1.1/go.mod h1:S+NQ8qIofXvjz4zT4t69xRudzMYNfOG3uC0lOzGNjHA=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
Expand Down
1 change: 0 additions & 1 deletion replicator/replicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ func (s *Stream) copier(ctx context.Context) (err error) {
select {
case <-polls.C:
if s.isPaused() {
s.log.Debugf("Skipping poll while paused")
continue
}

Expand Down

0 comments on commit 5666a4f

Please sign in to comment.