Skip to content

Commit

Permalink
glide: refresh dependencies
Browse files Browse the repository at this point in the history
The previous configuration had dependencies from contrib projects that
are now removed.
  • Loading branch information
jzelinskie committed May 5, 2017
1 parent 50d07cc commit d846c50
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
80 changes: 80 additions & 0 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package: github.com/coreos/clair
import:
- package: github.com/coreos/pkg
version: ^3.0.0
subpackages:
- timeutil
- package: github.com/fernet/fernet-go
- package: github.com/guregu/null
version: ^3.1.0
subpackages:
- zero
- package: github.com/hashicorp/golang-lru
- package: github.com/julienschmidt/httprouter
version: ^1.1.0
- package: github.com/lib/pq
- package: github.com/pborman/uuid
version: ^1.0.0
- package: github.com/prometheus/client_golang
version: ^0.8.0
subpackages:
- prometheus
- package: github.com/remind101/migrate
- package: github.com/sirupsen/logrus
version: ^0.11.5
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- package: github.com/tylerb/graceful
version: ^1.2.15
- package: gopkg.in/yaml.v2

0 comments on commit d846c50

Please sign in to comment.