Skip to content

Commit

Permalink
Merge pull request #135 from sensiblecodeio/update-dependencies-20210712
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
StevenMaude authored Jul 12, 2021
2 parents 8ff0ecb + ea399fe commit 2684c99
Show file tree
Hide file tree
Showing 4 changed files with 1,464 additions and 78 deletions.
1 change: 1 addition & 0 deletions container.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func (c *Container) Create(imageName string) error {
Mounts: c.Mounts,
},
&network.NetworkingConfig{},
nil,
"",
)

Expand Down
32 changes: 13 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,23 @@ module github.com/sensiblecodeio/hanoverd
go 1.16

require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.15 // indirect
github.com/Microsoft/hcsshim v0.8.10 // indirect
github.com/containerd/containerd v1.4.1 // indirect
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200916142827-bd33bbf0497b+incompatible
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/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/protobuf v1.4.3 // indirect
github.com/gorilla/mux v1.7.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
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/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/opencontainers/runc v1.0.0 // 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/sirupsen/logrus v1.7.0 // indirect
github.com/urfave/cli v1.22.5
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/genproto v0.0.0-20201116123041-bf037d74fda1 // indirect
google.golang.org/grpc v1.33.2 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
google.golang.org/genproto v0.0.0-20210708141623-e76da96a951f // indirect
)
Loading

0 comments on commit 2684c99

Please sign in to comment.