Skip to content

Commit

Permalink
Merge pull request #137 from sensiblecodeio/update-dependencies-20210726
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
StevenMaude authored Jul 26, 2021
2 parents 4906b55 + eaf3f93 commit c4f8d76
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 27 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/Microsoft/hcsshim v0.8.20 // indirect
github.com/containerd/containerd v1.5.2 // indirect
github.com/containerd/containerd v1.5.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/docker/docker v20.10.7+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/moby/buildkit v0.8.3 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/moby/buildkit v0.9.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/opencontainers/runc v1.0.0 // indirect
github.com/opencontainers/runc v1.0.1 // indirect
github.com/sensiblecodeio/barrier v0.1.0
github.com/sensiblecodeio/git-prep-directory v0.1.0
github.com/sensiblecodeio/hookbot v0.9.0
github.com/sensiblecodeio/git-prep-directory v0.2.0
github.com/sensiblecodeio/hookbot v0.10.0
github.com/urfave/cli v1.22.5
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
google.golang.org/genproto v0.0.0-20210708141623-e76da96a951f // indirect
google.golang.org/genproto v0.0.0-20210726143408-b02e89920bf0 // indirect
)
Loading

0 comments on commit c4f8d76

Please sign in to comment.