-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from AkihiroSuda/dev
go.mod: github.com/containerd/containerd/v2 v2.0.0-rc.6
- Loading branch information
Showing
7 changed files
with
127 additions
and
987 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
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
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 |
---|---|---|
@@ -1,36 +1,43 @@ | ||
module github.com/containerd/zfs | ||
module github.com/containerd/zfs/v2 | ||
|
||
go 1.19 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/containerd/containerd v1.6.18 | ||
github.com/containerd/continuity v0.3.0 | ||
github.com/containerd/containerd/v2 v2.0.0-rc.6 | ||
github.com/containerd/continuity v0.4.3 | ||
github.com/containerd/log v0.1.0 | ||
github.com/containerd/platforms v0.2.1 | ||
github.com/containerd/plugin v0.1.0 | ||
github.com/mistifyio/go-zfs/v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/Microsoft/hcsshim v0.9.6 // indirect | ||
github.com/containerd/cgroups v1.0.4 // indirect | ||
github.com/containerd/ttrpc v1.1.0 // indirect | ||
github.com/containerd/typeurl v1.0.2 // indirect | ||
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/Microsoft/hcsshim v0.12.8 // indirect | ||
github.com/containerd/cgroups/v3 v3.0.3 // indirect | ||
github.com/containerd/containerd v1.7.23 // indirect | ||
github.com/containerd/containerd/api v1.8.0-rc.4 // indirect | ||
github.com/containerd/errdefs v0.3.0 // indirect | ||
github.com/containerd/ttrpc v1.2.6-0.20240827082320-b5cd6e4b3287 // indirect | ||
github.com/containerd/typeurl/v2 v2.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/moby/sys/mountinfo v0.6.2 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/moby/sys/mountinfo v0.7.2 // indirect | ||
github.com/moby/sys/userns v0.1.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
google.golang.org/grpc v1.53.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gotest.tools/v3 v3.4.0 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
go.etcd.io/bbolt v1.3.11 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.