Skip to content

Commit 01687c7

Browse files
committed
Change to dep
1 parent f758e2c commit 01687c7

File tree

338 files changed

+86401
-33607
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

338 files changed

+86401
-33607
lines changed

Gopkg.lock

Lines changed: 82 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[prune]
2+
non-go = true
3+
go-tests = true
4+
unused-packages = true

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"os/signal"
88
"syscall"
99

10-
log "github.com/Sirupsen/logrus"
1110
"github.com/prometheus/client_golang/prometheus"
1211
"github.com/prometheus/common/version"
12+
log "github.com/sirupsen/logrus"
1313
)
1414

1515
func init() {

vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)