Skip to content

Commit

Permalink
chore(glide): Add dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 20, 2017
1 parent 613c270 commit 88c99fd
Show file tree
Hide file tree
Showing 31 changed files with 3,518 additions and 7 deletions.
22 changes: 18 additions & 4 deletions glide.lock

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

9 changes: 8 additions & 1 deletion glide.yaml
Expand Up @@ -22,7 +22,7 @@ import:
- roundrobin
- stream
- utils
- name: github.com/urfave/negroni
- package: github.com/urfave/negroni
version: 490e6a555d47ca891a89a150d0c1ef3922dfffe9
- package: github.com/containous/staert
version: 1e26a71803e428fd933f5f9c8e50a26878f53147
Expand Down Expand Up @@ -99,7 +99,13 @@ import:
- package: github.com/go-kit/kit
version: v0.3.0
subpackages:
- log
- metrics
- metrics/dogstatsd
- metrics/multi
- metrics/prometheus
- metrics/statsd
- util/conn
- package: github.com/prometheus/client_golang
version: 08fd2e12372a66e68e30523c7642e0cbc3e4fbde
subpackages:
Expand Down Expand Up @@ -190,6 +196,7 @@ import:
subpackages:
- spew
testImport:
- package: github.com/stvp/go-udp-testing
- package: github.com/docker/libcompose
version: 0ad950cbeb3d72107613dd220b5e9d7e001b890b
- package: github.com/go-check/check
Expand Down
2 changes: 1 addition & 1 deletion middlewares/datadog_test.go
Expand Up @@ -7,10 +7,10 @@ import (
"testing"
"time"

"github.com/codegangsta/negroni"
"github.com/containous/traefik/testhelpers"
"github.com/containous/traefik/types"
"github.com/stvp/go-udp-testing"
"github.com/urfave/negroni"
)

func TestDatadog(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion middlewares/statsd_test.go
Expand Up @@ -7,10 +7,10 @@ import (
"testing"
"time"

"github.com/codegangsta/negroni"
"github.com/containous/traefik/testhelpers"
"github.com/containous/traefik/types"
"github.com/stvp/go-udp-testing"
"github.com/urfave/negroni"
)

func TestStatsD(t *testing.T) {
Expand Down
93 changes: 93 additions & 0 deletions vendor/github.com/go-kit/kit/log/doc.go

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

92 changes: 92 additions & 0 deletions vendor/github.com/go-kit/kit/log/json_logger.go

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

0 comments on commit 88c99fd

Please sign in to comment.