Update 3rd party dependencies
This commit is contained in:
parent
e5a98d4c0c
commit
fe535e73ba
4 changed files with 13 additions and 10 deletions
12
glide.lock
generated
12
glide.lock
generated
|
@ -1,12 +1,12 @@
|
|||
hash: 73529bc33b28bd833377e2926d69897748a9e89b2927b1398d0e523e91e1247f
|
||||
updated: 2017-02-20T01:40:19.776634651Z
|
||||
hash: 2dca4dfab8b788033a03f9e04b3ea4476b861322ebde954ab31e37bc5e9d36e6
|
||||
updated: 2017-02-22T09:09:49.273468979Z
|
||||
imports:
|
||||
- name: github.com/abcum/cork
|
||||
version: 023d8293ed77a01ba325b0232e11e5f8bacea59c
|
||||
- name: github.com/abcum/emitr
|
||||
version: 67359a63b282c8056e52cf25488937aaddbc2a8b
|
||||
- name: github.com/abcum/fibre
|
||||
version: ef2be8713582086f9b1eeb3a8bb7992597efd450
|
||||
version: ceb14ba330b58090e3dad05a2b28d26ed721432c
|
||||
subpackages:
|
||||
- mw
|
||||
- name: github.com/abcum/ptree
|
||||
|
@ -69,13 +69,13 @@ imports:
|
|||
- name: github.com/kr/text
|
||||
version: 7cafcd837844e784b526369c9bce262804aebc60
|
||||
- name: github.com/mattn/go-colorable
|
||||
version: 5411d3eea5978e6cdc258b30de592b60df6aba96
|
||||
version: d898aa9fb31c91f35dd28ca75db377eff023c076
|
||||
- name: github.com/mattn/go-isatty
|
||||
version: dda3de49cbfcec471bd7a70e6cc01fcc3ff90109
|
||||
- name: github.com/mgutz/ansi
|
||||
version: 9520e82c474b0a04dd04f8a40959027271bab992
|
||||
- name: github.com/miekg/dns
|
||||
version: 75229eecb7af00b2736e93b779a78429dcb19472
|
||||
version: 0b729df06cb29cf7a3ff59b876e9a2ecb7fac2b1
|
||||
- name: github.com/mitchellh/mapstructure
|
||||
version: db1efb556f84b25a0a13a04aad883943538ad2e0
|
||||
- name: github.com/newrelic/go-agent
|
||||
|
@ -96,7 +96,7 @@ imports:
|
|||
version: 24e2351369ec4949b2ed0dc5c477afdd4c4034e8
|
||||
subpackages:
|
||||
- diffmatchpatch
|
||||
- name: github.com/sirupsen/logrus
|
||||
- name: github.com/Sirupsen/logrus
|
||||
version: c078b1e43f58d563c74cebe63c85789e76ddb627
|
||||
- name: github.com/spf13/cobra
|
||||
version: ee4055870c2d5f7ce112642377e32c9929c3bbaf
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package: github.com/abcum/surreal
|
||||
import:
|
||||
- package: github.com/Sirupsen/logrus
|
||||
version: ^0.11.2
|
||||
- package: github.com/abcum/cork
|
||||
- package: github.com/abcum/fibre
|
||||
subpackages:
|
||||
|
@ -11,6 +13,8 @@ import:
|
|||
- package: github.com/dgrijalva/jwt-go
|
||||
version: ^3.0.0
|
||||
- package: github.com/fatih/structs
|
||||
- package: github.com/gorilla/websocket
|
||||
version: ^1.1.0
|
||||
- package: github.com/hashicorp/serf
|
||||
version: ^0.8.1
|
||||
subpackages:
|
||||
|
@ -28,8 +32,6 @@ import:
|
|||
- package: github.com/sergi/go-diff
|
||||
subpackages:
|
||||
- diffmatchpatch
|
||||
- package: github.com/sirupsen/logrus
|
||||
version: ^0.11.2
|
||||
- package: github.com/spf13/cobra
|
||||
- package: github.com/yuin/gopher-lua
|
||||
- package: golang.org/x/crypto
|
||||
|
|
|
@ -24,7 +24,8 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/mgutz/ansi"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
)
|
||||
|
||||
const clear = ansi.Reset
|
||||
|
|
|
@ -20,7 +20,7 @@ import (
|
|||
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/Sirupsen/logrus"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue