Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Templates:
- (errors) [#43](https://github.com/bcdevtools/consvp/pull/43) Queue message and print after T-UI closed to prevent message lost & improve error message content
- (errors) [#44](https://github.com/bcdevtools/consvp/pull/44) Minimize error message content
- (broadcast) [#45](https://github.com/bcdevtools/consvp/pull/45) Stop app when broadcast failed with response http status 404
- (deps) [#46](https://github.com/bcdevtools/consvp/pull/46) Update deps cvp-streaming-core v1.1.1

#### Bug Fixes

Expand Down
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/bcdevtools/consvp
go 1.19

require (
github.com/bcdevtools/cvp-streaming-core v1.1.0
github.com/bcdevtools/cvp-streaming-core v1.1.1
github.com/cosmos/cosmos-sdk v0.45.16
github.com/gizak/termui/v3 v3.1.0
github.com/golang/protobuf v1.5.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5
github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=
github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4=
github.com/aws/aws-sdk-go v1.40.45 h1:QN1nsY27ssD/JmW4s83qmSb+uL6DG4GmCDzjmJB4xUI=
github.com/bcdevtools/cvp-streaming-core v1.1.0 h1:bfnM+9sQury6j75d4ZpQgKolyhC9rPQXDBNO4MV8sZI=
github.com/bcdevtools/cvp-streaming-core v1.1.0/go.mod h1:5weg/l3LyKouzcrAUCCes1JCdADOmTVPSnwgEPT1Eys=
github.com/bcdevtools/cvp-streaming-core v1.1.1 h1:5xUsGcFbwiKj5WngKU5w9VkLMAHjgzUJlCIX/TN6g1k=
github.com/bcdevtools/cvp-streaming-core v1.1.1/go.mod h1:5weg/l3LyKouzcrAUCCes1JCdADOmTVPSnwgEPT1Eys=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down