Skip to content

Commit

Permalink
bump webpa-common to v1.6.1 (#119)
Browse files Browse the repository at this point in the history
* bump webpa-common to v1.6.1

* fix changelog
  • Loading branch information
kcajmagic authored Feb 6, 2020
1 parent a575d7c commit 14e8d92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.1]
- bumped webpa-common to v1.6.1 to fix crash [#118](https://github.com/xmidt-org/talaria/pull/118)

## [v0.2.0]
- convert from glide to go mod
- updated release pipeline to use travis [#113](https://github.com/xmidt-org/talaria/pull/113)
Expand All @@ -21,7 +24,8 @@ Switching to new build process
## [v0.1.1] Tue Mar 28 2017 Weston Schmidt - 0.1.1
- initial creation

[Unreleased]: https://github.com/Comcast/talaria/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/Comcast/talaria/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/Comcast/talaria/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/Comcast/talaria/compare/v0.1.3...v0.2.0
[v0.1.3]: https://github.com/Comcast/talaria/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/Comcast/talaria/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/xmidt-org/webpa-common v1.6.0
github.com/xmidt-org/webpa-common v1.6.1
github.com/xmidt-org/wrp-go v1.3.3
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q
github.com/xmidt-org/bascule v0.7.0/go.mod h1:D2DuXSMa5+OpveCtaSWp0+/tmnxZqfYhkCC1oCzLZdI=
github.com/xmidt-org/webpa-common v1.1.0/go.mod h1:oCpKzOC+9h2vYHVzAU/06tDTQuBN4RZz+rhgIXptpOI=
github.com/xmidt-org/webpa-common v1.3.1/go.mod h1:oCpKzOC+9h2vYHVzAU/06tDTQuBN4RZz+rhgIXptpOI=
github.com/xmidt-org/webpa-common v1.6.0 h1:jFctRZP3mqIkbT3PjeWTpCyl1FWiFuXkzxoH91BXHi4=
github.com/xmidt-org/webpa-common v1.6.0/go.mod h1:JLQvIaWXGTC1W0sdu5mIobQjSpd6K/eahF4/dzmnrtY=
github.com/xmidt-org/webpa-common v1.6.1 h1:1+YUJGZW0kcxMImdngmkwpa/rjDwdvx5sF1D+kdDkzQ=
github.com/xmidt-org/webpa-common v1.6.1/go.mod h1:JLQvIaWXGTC1W0sdu5mIobQjSpd6K/eahF4/dzmnrtY=
github.com/xmidt-org/wrp-go v1.3.3 h1:WvODdrtxPwHEUqwfwHpu+kNUfBzLBfAIdrKCQjoCblc=
github.com/xmidt-org/wrp-go v1.3.3/go.mod h1:VOKYeeVWc2cyYmGWJksqUCV/lGzReRl0EP74y3mcWp0=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
Expand Down

0 comments on commit 14e8d92

Please sign in to comment.