-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a separate go.mod for test/ directory to avoid dependency creep i…
…n root go.mod Signed-off-by: Davanum Srinivas <[email protected]>
- Loading branch information
Showing
1,437 changed files
with
375,091 additions
and
232 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
module github.com/Microsoft/hcsshim/test | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 | ||
github.com/Microsoft/hcsshim v0.8.7 | ||
github.com/blang/semver v3.1.0+incompatible // indirect | ||
github.com/containerd/containerd v1.3.2 | ||
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/docker/distribution v0.0.0-20190905152932-14b96e55d84c // indirect | ||
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect | ||
github.com/gogo/googleapis v1.2.0 // indirect | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect | ||
github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874 // indirect | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700 | ||
github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f // indirect | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
google.golang.org/grpc v1.23.1 | ||
k8s.io/cri-api v0.17.3 | ||
) | ||
|
||
replace github.com/Microsoft/hcsshim => ../ |
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
internal/schemaversion/schemaversion_test.go → test/internal/schemaversion_test.go
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,4 +1,4 @@ | ||
package schemaversion | ||
package internal | ||
|
||
import ( | ||
"io/ioutil" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.