I hereby claim:
- I am mattfarina on github.
- I am mattfarina (https://keybase.io/mattfarina) on keybase.
- I have a public key ASAbxmL872PsPNgz8Xw8VSabzmBobbAaIr6v9vu1Ow51ZQo
To claim this, I am signing this object:
| ± helm --version | |
| panic: http: multiple registrations for /debug/requests | |
| goroutine 1 [running]: | |
| panic(0x164d620, 0xc42028cb70) | |
| /usr/local/Cellar/go/1.7.1/libexec/src/runtime/panic.go:500 +0x1a1 | |
| net/http.(*ServeMux).Handle(0x25123a0, 0x18f5e56, 0xf, 0x24c3160, 0x19caa40) | |
| /usr/local/Cellar/go/1.7.1/libexec/src/net/http/server.go:2038 +0x5d5 | |
| net/http.(*ServeMux).HandleFunc(0x25123a0, 0x18f5e56, 0xf, 0x19caa40) | |
| /usr/local/Cellar/go/1.7.1/libexec/src/net/http/server.go:2070 +0x55 |
| Report on github.com/opencontainers/runc | |
| ------------------------------------------------------------------------------ | |
| Direct Imports | |
| ------------------------------------------------------------------------------ | |
| Analysis of github.com/Sirupsen/logrus: | |
| ✓ Dependency provides Semantic Version releases | |
| X Using development revision between Semantic Version releases |
| Report on k8s.io/kubernetes | |
| ------------------------------------------------------------------------------ | |
| Direct Imports | |
| ------------------------------------------------------------------------------ | |
| Analysis of bitbucket.org/bertimus9/systemstat: | |
| ● Dependency does not provide Semantic Version releases | |
| ● Using the latest revision on the selected or default branch (from: 2014-02-26T13:15:10-08:00) |
I hereby claim:
To claim this, I am signing this object:
| $ grommet init grommet-deleteme | |
| (node:6901) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. | |
| 3.9.3 | |
| npm ERR! Darwin 15.5.0 | |
| npm ERR! argv "/usr/local/Cellar/node/6.2.1/bin/node" "/usr/local/bin/npm" "install" | |
| npm ERR! node v6.2.1 | |
| npm ERR! npm v3.9.3 | |
| npm ERR! file /Users/mfarina/Code/grommet-deleteme/package.json | |
| npm ERR! code EJSONPARSE |
| package: github.com/docker/docker | |
| import: | |
| - package: github.com/Azure/go-ansiterm | |
| subpackages: | |
| - winterm | |
| - package: github.com/Graylog2/go-gelf | |
| subpackages: | |
| - gelf | |
| - package: github.com/Microsoft/go-winio | |
| - package: github.com/Microsoft/hcsshim |
| ± GOOS=linux glide up | |
| [INFO] Downloading dependencies. Please wait... | |
| [INFO] Fetching updates for github.com/codegangsta/cli. | |
| [INFO] Fetching updates for github.com/Masterminds/semver. | |
| [INFO] Fetching updates for gopkg.in/yaml.v2. | |
| [INFO] Fetching updates for code.google.com/p/goprotobuf. | |
| [INFO] Fetching updates for k8s.io/kubernetes. | |
| [INFO] Fetching updates for github.com/deis/pkg. | |
| [INFO] Fetching updates for golang.org/x/crypto. | |
| [INFO] Fetching updates for github.com/Masterminds/vcs. |
This is a list of companies or other organizations currently using Glide.
| package main | |
| import ( | |
| "errors" | |
| "github.com/codegangsta/cli" | |
| ) | |
| var e error |