Skip to content

Commit

Permalink
vendor changes for hcsshim version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSchott committed May 8, 2021
1 parent b01a5c8 commit f972fe1
Show file tree
Hide file tree
Showing 823 changed files with 86,748 additions and 124,554 deletions.
2 changes: 1 addition & 1 deletion common/core/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (plugin *netPlugin) Add(args *cniSkel.CmdArgs) (resultError error) {
}

result.Print()
logrus.Debugf("[cni-net] result: %v", result.String())
logrus.Debugf("[cni-net] result: %+v", result)
return nil
}

Expand Down
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ module github.com/Microsoft/windows-container-networking
go 1.12

require (
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5
github.com/Microsoft/hcsshim v0.8.9
github.com/Microsoft/hcsshim/test v0.0.0-20200715222032-5eafd1556990
github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3
github.com/Microsoft/hcsshim v0.8.15
github.com/Microsoft/hcsshim/test v0.0.0-20201218223536-d3e5debf77da
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 // indirect
github.com/containerd/go-runc v0.0.0-20190226155025-7d11b49dc076
github.com/containernetworking/cni v0.0.0-20190403160241-0471e018e593
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68 // indirect
github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328
github.com/containernetworking/cni v0.8.0
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/opencontainers/runtime-tools v0.0.0-20190313075039-7125f1d443b0
github.com/opencontainers/selinux v1.2.1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/procfs v0.0.5 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/xeipuuv/gojsonschema v1.1.0 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
go.opencensus.io v0.23.0 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
)
628 changes: 628 additions & 0 deletions go.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/github.com/Microsoft/go-winio/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 24 additions & 12 deletions vendor/github.com/Microsoft/go-winio/fileinfo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/Microsoft/go-winio/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 8 additions & 12 deletions vendor/github.com/Microsoft/go-winio/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/Microsoft/go-winio/hvsock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 14 additions & 7 deletions vendor/github.com/Microsoft/go-winio/pipe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/Microsoft/go-winio/pkg/etw/eventdata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/Microsoft/go-winio/pkg/etw/eventopt.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/Microsoft/go-winio/pkg/etw/fieldopt.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f972fe1

Please sign in to comment.