Skip to content

Commit

Permalink
bumped bascule and updated capability configuration (#75)
Browse files Browse the repository at this point in the history
also bumped webpa-common and wrp-go
  • Loading branch information
kristinapathak authored Jan 9, 2020
1 parent 2497dfb commit 6a1fd7e
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 65 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
- updated release pipeline to use travis [#73](https://github.com/xmidt-org/scytale/pull/73)
- bumped bascule, webpa-common, and wrp-go for updated capability configuration [#75](https://github.com/xmidt-org/scytale/pull/75)

## [v0.1.5]
- converting glide to go mod
Expand Down
13 changes: 4 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,21 @@ module github.com/xmidt-org/scytale
go 1.12

require (
github.com/GaryBoone/GoStats v0.0.0-20130122001700-1993eafbef57 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.23.11 // indirect
github.com/billhathaway/consistentHash v0.0.0-20140718022140-addea16d2229 // indirect
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/go-kit/kit v0.8.0
github.com/goph/emperror v0.17.2
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
github.com/gorilla/mux v1.7.3
github.com/hashicorp/consul/api v1.2.0 // indirect
github.com/influxdata/influxdb v1.7.7 // indirect
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
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.4.0
github.com/stretchr/testify v1.3.0
github.com/xmidt-org/bascule v0.5.0
github.com/xmidt-org/webpa-common v1.3.0
github.com/xmidt-org/wrp-go v1.3.1
github.com/xmidt-org/bascule v0.7.0
github.com/xmidt-org/webpa-common v1.5.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
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
Expand Down
Loading

0 comments on commit 6a1fd7e

Please sign in to comment.