Skip to content

Commit

Permalink
Update to latest webpa-common version (#104)
Browse files Browse the repository at this point in the history
* Update to latest webpa-common version

* release notes
  • Loading branch information
joe94 authored Jul 20, 2020
1 parent 331b271 commit f8bbea3
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 27 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [v0.4.3]
### Changed
- Updated webpa-common version to 1.10.3. [#104](https://github.com/xmidt-org/scytale/pull/104)


## [v0.4.2]
### Added
- Docker automation. [#91](https://github.com/xmidt-org/scytale/pull/91)
Expand Down Expand Up @@ -45,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial creation.


[Unreleased]: https://github.com/Comcast/scytale/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/Comcast/scytale/compare/v0.4.3...HEAD
[v0.4.3]: https://github.com/Comcast/scytale/compare/v0.4.2...v0.4.3
[v0.4.2]: https://github.com/Comcast/scytale/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/Comcast/scytale/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/Comcast/scytale/compare/v0.3.1...v0.4.0
Expand Down
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@ go 1.12
require (
github.com/aws/aws-sdk-go v1.23.11 // indirect
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/go-kit/kit v0.8.0
github.com/go-kit/kit v0.9.0
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
github.com/gorilla/mux v1.7.3
github.com/influxdata/influxdb v1.7.7 // indirect
github.com/justinas/alice v1.2.0
github.com/prometheus/client_golang v1.0.0 // indirect
github.com/samuel/go-zookeeper v0.0.0-20190810000440-0ceca61e4d75 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
github.com/xmidt-org/bascule v0.8.0
github.com/xmidt-org/webpa-common v1.6.2
github.com/xmidt-org/webpa-common v1.10.3
github.com/xmidt-org/wrp-go/v2 v2.0.1
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
)
Loading

0 comments on commit f8bbea3

Please sign in to comment.