Skip to content

Commit

Permalink
Merge pull request #292 from testcontainers/dependabot/go_modules/git…
Browse files Browse the repository at this point in the history
…hub.com/Microsoft/hcsshim-0.8.15

Bump github.com/Microsoft/hcsshim from 0.8.14 to 0.8.15
  • Loading branch information
Gianluca Arbezzano committed Mar 12, 2021
2 parents 7105397 + 066c492 commit 6467d9b
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 12 deletions.
13 changes: 1 addition & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,21 @@ go 1.13

require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/hcsshim v0.8.14
github.com/Microsoft/hcsshim v0.8.15
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/containerd/containerd v1.4.1 // indirect
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible // indirect
github.com/docker/docker v20.10.5+incompatible
github.com/docker/go-connections v0.4.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.2.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // 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
github.com/opencontainers/runc v0.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
google.golang.org/grpc v1.33.2 // indirect
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
Expand Down

0 comments on commit 6467d9b

Please sign in to comment.