glide: bump + track minor versions

This commit is contained in:
Jimmy Zelinskie 2017-02-15 00:58:34 -05:00
parent 517fb4044e
commit 03080b39b4
2 changed files with 15 additions and 15 deletions

10
glide.lock generated
View file

@ -1,5 +1,5 @@
hash: a80b47d15d38444cacc1a086a04a567deb60266887de142074791bf75703f05e
updated: 2017-01-26T10:10:57.486607918+01:00
hash: 5d8b4db88e29a7095440707b96e55cafed00fd98a32293b4b54950797a54f9bc
updated: 2017-02-15T00:55:54.619709972-05:00
imports:
- name: github.com/beorn7/perks
version: 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
@ -46,13 +46,13 @@ imports:
- name: github.com/prometheus/procfs
version: fcdb11ccb4389efb1b210b7ffb623ab71c5fdd60
- name: github.com/SermoDigital/jose
version: 389fea327ef076853db8fae03a0f38e30e6092ab
version: f6df55f235c24f236d11dbcf665249a59ac2021f
subpackages:
- crypto
- jws
- jwt
- name: github.com/Sirupsen/logrus
version: 4b6ea7319e214d98c938f12692336f7ca9348d6b
version: c078b1e43f58d563c74cebe63c85789e76ddb627
- name: github.com/spf13/cobra
version: 0f056af21f5f368e5b0646079d0094a2c64150f7
- name: github.com/spf13/pflag
@ -63,7 +63,7 @@ imports:
- assert
- require
- name: github.com/tylerb/graceful
version: 0e9129e9c6d47da90dc0c188b26bd7bb1dab53cd
version: 4654dfbb6ad53cb5e27f37d99b02e16c1872fbbb
- name: golang.org/x/sys
version: d75a52659825e75fff6158388dddc6a5b04f9ba5
subpackages:

View file

@ -1,26 +1,26 @@
package: github.com/chihaya/chihaya
import:
- package: github.com/SermoDigital/jose
version: ~1.0.0
version: ^1.1.0
subpackages:
- crypto
- jws
- jwt
- package: github.com/Sirupsen/logrus
version: ~0.10.0
version: ^0.11.2
- package: github.com/julienschmidt/httprouter
version: ~1.1.0
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
version: ^0.8.0
subpackages:
- prometheus
- package: github.com/spf13/cobra
- package: github.com/tylerb/graceful
version: ~1.2.13
- package: gopkg.in/yaml.v2
- package: github.com/minio/sha256-simd
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- require
- package: github.com/tylerb/graceful
version: ^1.2.15
- package: gopkg.in/yaml.v2