Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 1d621e7

Browse files
committed
update go dependencies of gosetup and goproxy
Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 530aa2f commit 1d621e7

File tree

135 files changed

+9235
-415
lines changed

Some content is hidden

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

135 files changed

+9235
-415
lines changed

go/src/github.com/Sirupsen/logrus/.gitignore

-1
This file was deleted.

go/src/github.com/Sirupsen/logrus/.travis.yml

-7
This file was deleted.

go/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag.go

-68
This file was deleted.

go/src/github.com/Sirupsen/logrus/hooks/bugsnag/bugsnag_test.go

-64
This file was deleted.

go/src/github.com/Sirupsen/logrus/hooks/papertrail/README.md

-28
This file was deleted.

go/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go

-55
This file was deleted.

go/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail_test.go

-26
This file was deleted.

go/src/github.com/samalba/dockerclient/.gitignore

-22
This file was deleted.

go/src/goproxy/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import (
2727
// instance of DockerClient allowing for making calls to the docker daemon
2828
// remote API
2929
var dockerClient *dockerclient.DockerClient
30+
3031
// version of the docker daemon which is exposing the remote API
3132
var dockerDaemonVersion string
3233

@@ -35,7 +36,7 @@ type CPUStats struct {
3536
SystemUsage uint64
3637
}
3738

38-
// previousCPUStats is a map containing the previous CPU stats we got from the
39+
// previousCPUStats is a map containing the previous CPU stats we got from the
3940
// docker daemon through the docker remote API
4041
var previousCPUStats map[string]*CPUStats = make(map[string]*CPUStats)
4142

@@ -91,7 +92,7 @@ func main() {
9192
func eventCallback(event *dockerclient.Event, ec chan error, args ...interface{}) {
9293
logrus.Debugln("--\n%+v", *event)
9394

94-
id := event.Id
95+
id := event.ID
9596

9697
switch event.Status {
9798
case "create":

go/src/goproxy/vendor/github.com/Sirupsen/logrus/.travis.yml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/src/github.com/Sirupsen/logrus/CHANGELOG.md go/src/goproxy/vendor/github.com/Sirupsen/logrus/CHANGELOG.md

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)