From 739d97639a0104c7a1831c6652a546b74ed62622 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 10 Jul 2017 11:38:26 -0700 Subject: [PATCH] Update dependencies --- Godeps | 3 +-- docs/LICENSE_OF_DEPENDENCIES.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Godeps b/Godeps index a9199e3ef..ada5479fa 100644 --- a/Godeps +++ b/Godeps @@ -5,6 +5,7 @@ github.com/aerospike/aerospike-client-go 95e1ad7791bdbca44707fedbb29be42024900d9 github.com/amir/raidman c74861fe6a7bb8ede0a010ce4485bdbb4fc4c985 github.com/aws/aws-sdk-go c861d27d0304a79f727e9a8a4e2ac1e74602fdc0 github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9 +github.com/bsm/sarama-cluster ccdc0803695fbce22f1706d04ded46cd518fd832 github.com/cenkalti/backoff b02f2bbce11d7ea6b97f282ef1771b0fe2f65ef3 github.com/couchbase/go-couchbase bfe555a140d53dc1adf390f1a1d4b0fd4ceadb28 github.com/couchbase/gomemcached 4a25d2f4e1dea9ea7dd76dfd943407abf9b07d29 @@ -29,7 +30,6 @@ github.com/jackc/pgx b84338d7d62598f75859b2b146d830b22f1b9ec8 github.com/kardianos/osext c2c54e542fb797ad986b31721e1baedf214ca413 github.com/kardianos/service 6d3a0ee7d3425d9d835debc51a0ca1ffa28f4893 github.com/kballard/go-shellquote d8ec1a69a250a17bb0e419c386eac1f3711dc142 -github.com/klauspost/crc32 cb6bfca970f6908083f26f39a79009d608efd5cd github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644d0ee0650e56c github.com/miekg/dns 99f84ae56e75126dd77e5de4fae2ea034a468ca1 github.com/naoina/go-stringutil 6b638e95a32d0c1131db0e7fe83775cbea4a0d0b @@ -52,7 +52,6 @@ github.com/streadway/amqp 63795daa9a446c920826655f26ba31c81c860fd6 github.com/stretchr/testify 4d4bfba8f1d1027c4fdbe371823030df51419987 github.com/vjeantet/grok d73e972b60935c7fec0b4ffbc904ed39ecaf7efe github.com/wvanbergen/kafka bc265fedb9ff5b5c5d3c0fdcef4a819b3523d3ee -github.com/bsm/sarama-cluster ccdc0803695fbce22f1706d04ded46cd518fd832 github.com/wvanbergen/kazoo-go 968957352185472eacb69215fa3dbfcfdbac1096 github.com/yuin/gopher-lua 66c871e454fcf10251c61bf8eff02d0978cae75a github.com/zensqlmonitor/go-mssqldb ffe5510c6fa5e15e6d983210ab501c815b56b363 diff --git a/docs/LICENSE_OF_DEPENDENCIES.md b/docs/LICENSE_OF_DEPENDENCIES.md index dfd5fc251..ad7a80ef3 100644 --- a/docs/LICENSE_OF_DEPENDENCIES.md +++ b/docs/LICENSE_OF_DEPENDENCIES.md @@ -42,7 +42,6 @@ works: - github.com/kardianos/osext [BSD](https://github.com/kardianos/osext/blob/master/LICENSE) - github.com/kardianos/service [ZLIB](https://github.com/kardianos/service/blob/master/LICENSE) (License not named but matches word for word with ZLib) - github.com/kballard/go-shellquote [MIT](https://github.com/kballard/go-shellquote/blob/master/LICENSE) -- github.com/klauspost/crc32 [BSD](https://github.com/klauspost/crc32/blob/master/LICENSE) - github.com/lib/pq [MIT](https://github.com/lib/pq/blob/master/LICENSE.md) - github.com/matttproud/golang_protobuf_extensions [APACHE](https://github.com/matttproud/golang_protobuf_extensions/blob/master/LICENSE) - github.com/miekg/dns [BSD](https://github.com/miekg/dns/blob/master/LICENSE)