forked from microsoft/hcsshim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- hcsshim/2259 - hcsshim/2258 - hcsshim/2257 - hcsshim/2256 - hcsshim/2255 - hcsshim/2254 - hcsshim/2253 - hcsshim/2252 - hcsshim/2247 - hcsshim/2227 Also, replaced `github.com/Microsoft/cosesign1go` with unreleased version to retract `github.com/veraison/[email protected]` implicit import. Signed-off-by: Hamza El-Saawy <[email protected]>
- Loading branch information
Showing
259 changed files
with
16,004 additions
and
2,854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,34 +10,34 @@ require ( | |
github.com/cenkalti/backoff/v4 v4.3.0 | ||
github.com/containerd/cgroups/v3 v3.0.3 | ||
github.com/containerd/console v1.0.4 | ||
github.com/containerd/containerd v1.7.20 | ||
github.com/containerd/containerd v1.7.21 | ||
github.com/containerd/containerd/api v1.7.19 | ||
github.com/containerd/errdefs v0.1.0 | ||
github.com/containerd/go-runc v1.0.0 | ||
github.com/containerd/protobuild v0.3.0 | ||
github.com/containerd/ttrpc v1.2.5 | ||
github.com/containerd/typeurl/v2 v2.1.1 | ||
github.com/docker/docker v27.1.1+incompatible | ||
github.com/docker/docker v27.2.0+incompatible | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/go-containerregistry v0.20.1 | ||
github.com/josephspurrier/goversioninfo v1.4.0 | ||
github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3 | ||
github.com/mattn/go-shellwords v1.0.12 | ||
github.com/open-policy-agent/opa v0.67.1 | ||
github.com/opencontainers/runc v1.1.12 | ||
github.com/open-policy-agent/opa v0.68.0 | ||
github.com/opencontainers/runc v1.1.14 | ||
github.com/opencontainers/runtime-spec v1.2.0 | ||
github.com/pelletier/go-toml v1.9.5 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/urfave/cli v1.22.15 | ||
github.com/vishvananda/netlink v1.2.1-beta.2 | ||
github.com/vishvananda/netlink v1.3.0 | ||
github.com/vishvananda/netns v0.0.4 | ||
go.etcd.io/bbolt v1.3.10 | ||
go.opencensus.io v0.24.0 | ||
go.uber.org/mock v0.4.0 | ||
golang.org/x/sync v0.7.0 | ||
golang.org/x/sys v0.23.0 | ||
google.golang.org/grpc v1.65.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/sys v0.25.0 | ||
google.golang.org/grpc v1.66.0 | ||
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
@@ -76,7 +76,7 @@ require ( | |
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/mux v1.8.1 // indirect | ||
github.com/klauspost/compress v1.17.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect | ||
github.com/lestrrat-go/blackmagic v1.0.2 // indirect | ||
github.com/lestrrat-go/httpcc v1.0.1 // indirect | ||
|
@@ -87,13 +87,15 @@ require ( | |
github.com/moby/docker-image-spec v1.3.1 // indirect | ||
github.com/moby/sys/mountinfo v0.6.2 // indirect | ||
github.com/moby/sys/sequential v0.5.0 // indirect | ||
github.com/moby/sys/userns v0.1.0 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_golang v1.19.1 // indirect | ||
github.com/prometheus/client_golang v1.20.2 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.48.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/tchap/go-patricia/v2 v2.3.1 // indirect | ||
|
@@ -108,13 +110,18 @@ require ( | |
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.28.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.28.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) | ||
|
||
// Current release (v1.1.0) imports github.com/veraison/[email protected], which is retracted. | ||
// Downgrade has been commited, but not released. | ||
// TODO: Remove when https://github.com/microsoft/cosesign1go/pull/23 makes into a release | ||
replace github.com/Microsoft/cosesign1go => github.com/Microsoft/cosesign1go v1.1.1-0.20240415105143-c84476f59fc0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.