Skip to content
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

Bump github.com/containerd/containerd from 1.2.8 to 1.5.18 #5

Open
wants to merge 1 commit 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
40 changes: 14 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,41 @@ module github.com/srvc/glx
go 1.12

require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible // indirect
github.com/containerd/containerd v1.2.8 // indirect
github.com/containerd/containerd v1.5.18 // indirect
github.com/docker/cli v0.0.0-20190906153656-016a3232168d
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.7.3-0.20190823211223-71d35adb3fad
github.com/docker/go-connections v0.4.0
github.com/fatih/color v1.7.0
github.com/gogo/protobuf v1.2.1
github.com/golang/mock v1.3.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.1
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.9
github.com/google/wire v0.3.0 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.11.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/izumin5210/clig v0.2.0
github.com/izumin5210/execx v0.0.0-20190821013237-58c8ca513c37
github.com/izumin5210/grapi v0.4.2
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-shellwords v1.0.6 // indirect
github.com/miekg/dns v1.1.16
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.5
github.com/spf13/afero v1.9.2
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.4.0
github.com/srvc/appctx v0.1.0
github.com/takama/daemon v0.11.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20170528113821-0c8571ac0ce1 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190830223141-573d9926052a
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.23.0
k8s.io/utils v0.0.0-20190829053155-3a4a5477acf8 // indirect
golang.org/x/sync v0.1.0
golang.org/x/text v0.6.0
golang.org/x/tools v0.3.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.52.0
google.golang.org/grpc/examples v0.0.0-20230215194445-0f02ca5cc927 // indirect
)
Loading