mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/Microsoft/hcsshim
 | 
						|
 | 
						|
go 1.13
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/Microsoft/go-winio v0.4.15-0.20200908182639-5b44b70ab3ab
 | 
						|
	github.com/containerd/cgroups v0.0.0-20200531161412-0dbf7f05ba59
 | 
						|
	github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1
 | 
						|
	github.com/containerd/containerd v1.3.2
 | 
						|
	github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect
 | 
						|
	github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 // indirect
 | 
						|
	github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3
 | 
						|
	github.com/containerd/ttrpc v0.0.0-20190828154514-0e0f228740de
 | 
						|
	github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd
 | 
						|
	github.com/gogo/protobuf v1.3.1
 | 
						|
	github.com/golang/protobuf v1.3.2 // indirect
 | 
						|
	github.com/kr/pretty v0.1.0 // indirect
 | 
						|
	github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2 // indirect
 | 
						|
	github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f // indirect
 | 
						|
	github.com/opencontainers/runtime-spec v1.0.2
 | 
						|
	github.com/pkg/errors v0.9.1
 | 
						|
	github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7 // indirect
 | 
						|
	github.com/sirupsen/logrus v1.4.2
 | 
						|
	github.com/stretchr/testify v1.4.0 // indirect
 | 
						|
	github.com/urfave/cli v1.22.2
 | 
						|
	go.opencensus.io v0.22.0
 | 
						|
	golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect
 | 
						|
	golang.org/x/sync v0.0.0-20190423024810-112230192c58
 | 
						|
	golang.org/x/sys v0.0.0-20200120151820-655fe14d7479
 | 
						|
	google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect
 | 
						|
	google.golang.org/grpc v1.23.1
 | 
						|
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
 | 
						|
	gopkg.in/yaml.v2 v2.2.8 // indirect
 | 
						|
	gotest.tools v2.2.0+incompatible // indirect
 | 
						|
)
 |