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/opencontainers/runc from 0.1.1 to 1.1.5 #444

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
19 changes: 3 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,28 @@ module github.com/stitchfix/flotilla-os
go 1.12

require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/DataDog/datadog-go v4.8.3+incompatible
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
github.com/DataDog/datadog-go/v5 v5.1.0
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Microsoft/hcsshim v0.8.7 // indirect
github.com/aws/aws-sdk-go v1.40.18
github.com/containerd/continuity v0.0.0-20200107194136-26c1120b8d41 // indirect
github.com/docker/cli v0.0.0-20190702184337-39e22d9db677 // indirect
github.com/docker/distribution v0.0.0-20190628181051-be07be99045e // indirect
github.com/docker/docker v1.4.2-0.20190702170247-a43a2ed74654 // indirect
github.com/docker/docker-credential-helpers v0.6.3 // indirect
github.com/docker/go-connections v0.4.1-0.20190612165340-fd1b1942c4d5 // indirect
github.com/go-kit/kit v0.9.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/gorilla/mux v1.7.4-0.20190701202633-d83b6ffe499a
github.com/huandu/xstrings v1.3.0 // indirect
github.com/jmoiron/sqlx v1.2.1-0.20190426154859-38398a30ed85
github.com/lib/pq v1.10.2
github.com/mattn/go-shellwords v1.0.6 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/moby/moby v1.4.2-0.20190702170247-a43a2ed74654 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/opencontainers/runc v0.1.1 // indirect
github.com/patrickmn/go-cache v2.1.1-0.20180815053127-5633e0862627+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/rs/cors v1.6.1-0.20190613161432-33ffc0734c60
github.com/spf13/viper v1.4.1-0.20190614151712-3349bd9cc288
github.com/subosito/gotenv v1.2.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go.uber.org/multierr v1.5.0
gopkg.in/DataDog/dd-trace-go.v1 v1.38.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
Expand Down
Loading