From ffb081da429c64afb207e39493b5ec8b2bf8c889 Mon Sep 17 00:00:00 2001 From: Jack Murdock Date: Tue, 4 Feb 2020 11:38:51 -0800 Subject: [PATCH] bumped webpa-common to v1.6.0 --- 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 4da22e31..877dcef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.2.0] - convert from glide to go mod - updated release pipeline to use travis [#113](https://github.com/xmidt-org/talaria/pull/113) - added session id to event metadata [#117](https://github.com/xmidt-org/talaria/pull/117) +- bumped webpa-common to v1.6.0 [#117](https://github.com/xmidt-org/talaria/pull/117) ## [v0.1.3] fixed build upload @@ -18,7 +21,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.1.3...HEAD +[Unreleased]: https://github.com/Comcast/talaria/compare/v0.2.0...HEAD +[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 [v0.1.1]: https://github.com/Comcast/talaria/compare/v0.1.0...v0.1.1 diff --git a/go.mod b/go.mod index a5a8c783..4284de8e 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.5.2-0.20200203192941-da1b59206178 + github.com/xmidt-org/webpa-common v1.6.0 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 99abc7ed..7edddfda 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.5.2-0.20200203192941-da1b59206178 h1:7IoaS/Zt5xUN/23OQOEKq6UX1xjQfvn+LaRDmx22b/I= -github.com/xmidt-org/webpa-common v1.5.2-0.20200203192941-da1b59206178/go.mod h1:JLQvIaWXGTC1W0sdu5mIobQjSpd6K/eahF4/dzmnrtY= +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/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=