Update 3rd party dependencies

This commit is contained in:
Tobie Morgan Hitchcock 2017-02-23 21:47:35 +00:00
parent ca6d0d86fd
commit a3fd5a0775
2 changed files with 101 additions and 4 deletions

93
glide.lock generated
View file

@ -1,12 +1,23 @@
hash: 2dca4dfab8b788033a03f9e04b3ea4476b861322ebde954ab31e37bc5e9d36e6
updated: 2017-02-22T09:09:49.273468979Z
hash: 323da77f9dc4a58b21e5b955a28edf6d4489cc74d3d6e61a4b2a60bdfe373b70
updated: 2017-02-23T22:04:50.907304222Z
imports:
- name: cloud.google.com/go
version: 9b68cf4865e93f379a337b7e957f33de60397a48
subpackages:
- compute/metadata
- errorreporting/apiv1beta1
- errors
- internal
- internal/version
- logging
- logging/apiv2
- logging/internal
- name: github.com/abcum/cork
version: 023d8293ed77a01ba325b0232e11e5f8bacea59c
- name: github.com/abcum/emitr
version: 67359a63b282c8056e52cf25488937aaddbc2a8b
- name: github.com/abcum/fibre
version: ceb14ba330b58090e3dad05a2b28d26ed721432c
version: ddff7a6e8f7a32a42ab1c201c807cce867cbc7c6
subpackages:
- mw
- name: github.com/abcum/ptree
@ -41,6 +52,19 @@ imports:
version: d2709f9f1f31ebcda9651b03077758c1f3a0018c
- name: github.com/fatih/structs
version: a720dfa8df582c51dee1b36feabb906bde1588bd
- name: github.com/golang/protobuf
version: 69b215d01a5606c843240eab4937eab3acee6530
subpackages:
- proto
- protoc-gen-go/descriptor
- ptypes
- ptypes/any
- ptypes/duration
- ptypes/empty
- ptypes/struct
- ptypes/timestamp
- name: github.com/googleapis/gax-go
version: da06d194a00e19ce00d9011a13931c3f6f6887c7
- name: github.com/gorilla/websocket
version: 3ab3a8b8831546bd18fd182c20687ca853b2bb13
- name: github.com/hashicorp/errwrap
@ -99,7 +123,7 @@ imports:
- name: github.com/Sirupsen/logrus
version: c078b1e43f58d563c74cebe63c85789e76ddb627
- name: github.com/spf13/cobra
version: ee4055870c2d5f7ce112642377e32c9929c3bbaf
version: 92ea23a837e66f46ac9e7d04fa826602b7b0a42d
- name: github.com/spf13/pflag
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
- name: github.com/ugorji/go
@ -121,10 +145,71 @@ imports:
version: 6b27048ae5e6ad1ef927e72e437531493de612fe
subpackages:
- context
- context/ctxhttp
- http2
- http2/hpack
- idna
- internal/timeseries
- lex/httplex
- trace
- name: golang.org/x/oauth2
version: b9780ec78894ab900c062d58ee3076cd9b2a4501
subpackages:
- google
- internal
- jws
- jwt
- name: golang.org/x/sys
version: 075e574b89e4c2d22f2286a7e2b919519c6f3547
subpackages:
- unix
- name: google.golang.org/api
version: bc20c61134e1d25265dd60049f5735381e79b631
subpackages:
- googleapi/transport
- internal
- iterator
- option
- support/bundler
- transport
- name: google.golang.org/appengine
version: 3a452f9e00122ead39586d68ffdb9c6e1326af3c
subpackages:
- internal
- internal/app_identity
- internal/base
- internal/datastore
- internal/log
- internal/modules
- internal/remote_api
- internal/socket
- internal/urlfetch
- socket
- urlfetch
- name: google.golang.org/genproto
version: dee11a626cb8e7ff045ac9413dcd8a92e72f5863
subpackages:
- googleapis/api/annotations
- googleapis/api/label
- googleapis/api/monitoredres
- googleapis/devtools/clouderrorreporting/v1beta1
- googleapis/logging/type
- googleapis/logging/v2
- googleapis/rpc/status
- name: google.golang.org/grpc
version: 20633fa172ac711ac6a77fd573ed13f23ec56dcb
subpackages:
- codes
- credentials
- credentials/oauth
- grpclog
- internal
- metadata
- naming
- peer
- stats
- tap
- transport
- name: gopkg.in/tylerb/graceful.v1
version: 4654dfbb6ad53cb5e27f37d99b02e16c1872fbbb
testImports:

View file

@ -1,5 +1,11 @@
package: github.com/abcum/surreal
import:
- package: cloud.google.com/go
version: 9b68cf4865e93f379a337b7e957f33de60397a48
subpackages:
- compute/metadata
- errors
- logging
- package: github.com/Sirupsen/logrus
version: ^0.11.2
- package: github.com/abcum/cork
@ -37,6 +43,12 @@ import:
- package: golang.org/x/crypto
subpackages:
- bcrypt
- package: google.golang.org/api
subpackages:
- option
- package: google.golang.org/genproto
subpackages:
- googleapis/api/monitoredres
testImport:
- package: github.com/smartystreets/goconvey
version: ^1.6.2