Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Manage vendors with dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrem committed Aug 21, 2018
1 parent d33f80a commit 0c94270
Show file tree
Hide file tree
Showing 360 changed files with 106 additions and 70,178 deletions.
72 changes: 72 additions & 0 deletions Gopkg.lock

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

34 changes: 34 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"

[prune]
go-tests = true
unused-packages = true
44 changes: 0 additions & 44 deletions glide.lock

This file was deleted.

6 changes: 0 additions & 6 deletions glide.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/beorn7/perks/.gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/github.com/beorn7/perks/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions vendor/github.com/beorn7/perks/histogram/bench_test.go

This file was deleted.

108 changes: 0 additions & 108 deletions vendor/github.com/beorn7/perks/histogram/histogram.go

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/beorn7/perks/histogram/histogram_test.go

This file was deleted.

Loading

0 comments on commit 0c94270

Please sign in to comment.