Skip to content

Commit

Permalink
switch to dep (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakins committed Feb 19, 2018
1 parent 44f6c00 commit 19bef11
Show file tree
Hide file tree
Showing 876 changed files with 161 additions and 214,383 deletions.
115 changes: 115 additions & 0 deletions Gopkg.lock

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

46 changes: 46 additions & 0 deletions Gopkg.toml
@@ -0,0 +1,46 @@
# 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/pkg/errors"
version = "0.8.0"

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

[[constraint]]
branch = "master"
name = "github.com/tomasen/fcgi_client"

[[constraint]]
name = "go.uber.org/zap"
version = "~1.4.0"

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

This file was deleted.

16 changes: 0 additions & 16 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.

0 comments on commit 19bef11

Please sign in to comment.