Skip to content

Bump dependencies #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 56 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,64 @@ module github.com/srvc/ery
go 1.12

require (
github.com/Microsoft/go-winio v0.4.7 // indirect
github.com/docker/distribution v2.6.2+incompatible // indirect
github.com/docker/docker v0.0.0-20170524085120-eef6495eddab
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.13 // indirect
github.com/OpenPeeDeeP/depguard v1.0.0 // indirect
github.com/containerd/containerd v1.2.7 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.7.3-0.20190726230922-917a8b425943
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/go-critic/go-critic v0.3.4 // indirect
github.com/golang/mock v1.3.1 // indirect
github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 // indirect
github.com/golangci/go-tools v0.0.0-20190124090046-35a9f45a5db0 // indirect
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98 // indirect
github.com/golangci/golangci-lint v1.17.1
github.com/google/go-cloud v0.0.0-20181102182659-2152f209f3c9
github.com/labstack/echo v3.3.5+incompatible
github.com/labstack/gommon v0.0.0-20180426014445-588f4e8bddc6 // indirect
github.com/miekg/dns v1.0.7
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/moby/moby v0.0.0-20170524085120-eef6495eddab
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb // indirect
github.com/golangci/lint-1 v0.0.0-20181222135242-d2cdd8c08219 // indirect
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/google/wire v0.3.0
github.com/gorilla/mux v1.7.3 // indirect
github.com/gostaticanalysis/analysisutil v0.0.2 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.9 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/miekg/dns v1.1.15
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pelletier/go-toml v1.4.0
github.com/pkg/errors v0.8.1
github.com/reviewdog/errorformat v0.0.0-20190716162959-b91f67eef36b // indirect
github.com/reviewdog/reviewdog v0.9.12
github.com/spf13/afero v1.1.2
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.2.1
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
github.com/shurcooL/go v0.0.0-20190704215121-7189cc372560 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/takama/daemon v0.11.0
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
go.uber.org/zap v1.9.1
github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec // indirect
github.com/xanzy/go-gitlab v0.19.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
golang.org/x/tools v0.0.0-20190726230722-1bd56024c620 // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect
google.golang.org/grpc v1.22.1 // indirect
gotest.tools v2.2.0+incompatible // indirect
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f // indirect
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
)
335 changes: 222 additions & 113 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/data/local/docker_container_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/events"
"github.com/docker/docker/api/types/filters"
"github.com/moby/moby/client"
"github.com/docker/docker/client"
"github.com/pkg/errors"
"github.com/srvc/ery/pkg/domain"
"go.uber.org/zap"
Expand Down
2 changes: 1 addition & 1 deletion pkg/ery/di/client_providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/url"
"time"

"github.com/google/go-cloud/wire"
"github.com/google/wire"
"github.com/spf13/afero"

"github.com/srvc/ery/pkg/app/api"
Expand Down
2 changes: 1 addition & 1 deletion pkg/ery/di/common_providers.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package di

import (
"github.com/google/go-cloud/wire"
"github.com/google/wire"

"github.com/srvc/ery/pkg/app/api"
"github.com/srvc/ery/pkg/app/dns"
Expand Down
2 changes: 1 addition & 1 deletion pkg/ery/di/daemon_providers.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package di

import (
"github.com/google/go-cloud/wire"
"github.com/google/wire"
"github.com/srvc/ery/pkg/app/daemon"
"github.com/srvc/ery/pkg/ery"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/ery/di/server_providers.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package di

import (
"github.com/google/go-cloud/wire"
"github.com/google/wire"

"github.com/srvc/ery/pkg/app/api"
"github.com/srvc/ery/pkg/app/container"
Expand Down
2 changes: 1 addition & 1 deletion pkg/ery/di/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package di

import (
"github.com/google/go-cloud/wire"
"github.com/google/wire"

"github.com/srvc/ery/pkg/ery"
)
Expand Down
4 changes: 2 additions & 2 deletions tools.go

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