tracker/glide.yaml
Jimmy Zelinskie 034aa0b5dc glide: update dependencies
This change also moves the logrus library to the lowercase import in
order to avoid breaking downstream projects vendoring chihaya.
2017-07-03 18:57:13 -04:00

25 lines
583 B
YAML

package: github.com/chihaya/chihaya
import:
- package: github.com/SermoDigital/jose
version: ~1.1.0
subpackages:
- crypto
- jws
- jwt
- package: github.com/sirupsen/logrus
version: ~1.0.0
- package: github.com/julienschmidt/httprouter
version: ~1.1.0
- package: github.com/mendsley/gojwk
- package: github.com/minio/sha256-simd
- package: github.com/prometheus/client_golang
version: ~0.8.0
subpackages:
- prometheus
- package: github.com/spf13/cobra
- package: github.com/stretchr/testify
version: ~1.1.4
subpackages:
- require
- package: gopkg.in/yaml.v2