From 14e8d9274bdf8a2f21b2d5c1b304fe5015c1d829 Mon Sep 17 00:00:00 2001 From: Jack Murdock Date: Thu, 6 Feb 2020 09:43:22 -0800 Subject: [PATCH] bump webpa-common to v1.6.1 (#119) * bump webpa-common to v1.6.1 * fix changelog --- CHANGELOG.md | 6 +++++- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877dcef8..76f04617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/go.mod b/go.mod index 4284de8e..7b20b370 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 7edddfda..964ed3df 100644 --- a/go.sum +++ b/go.sum @@ -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=