Skip to content

Commit

Permalink
update ctriface go.mod, tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
plamenmpetrov committed Jul 10, 2020
1 parent 1114399 commit 1156049
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 5 deletions.
17 changes: 12 additions & 5 deletions ctriface/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@ module github.com/ustiugov/fccd-orchestrator/ctriface

go 1.13

replace github.com/firecracker-microvm/firecracker-containerd => github.com/ustiugov/firecracker-containerd v0.0.0-20200709144213-2a6e26bab456
replace github.com/firecracker-microvm/firecracker-containerd => github.com/ustiugov/firecracker-containerd v0.0.0-20200710135524-67aece3e7f88

replace github.com/firecracker-microvm/firecracker-go-sdk => github.com/ustiugov/firecracker-go-sdk v0.20.1-0.20200625102438-8edf287b0123

require (
github.com/containerd/containerd v1.3.5-0.20200521195814-e655edce10c9
github.com/containerd/continuity v0.0.0-20200709052629-daa8e1ccc0bc // indirect
github.com/containerd/ttrpc v1.0.1 // indirect
github.com/containerd/typeurl v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/firecracker-microvm/firecracker-containerd v0.0.0-20200331220105-afedbc74f5ee
github.com/firecracker-microvm/firecracker-containerd v0.0.0-00010101000000-000000000000
github.com/gogo/googleapis v1.4.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.5.1
github.com/ustiugov/fccd-orchestrator v0.0.0-20200421101715-3d8808b0d980
github.com/ustiugov/fccd-orchestrator/misc v0.0.0-20200608162316-88962af36173
google.golang.org/grpc v1.28.0
github.com/ustiugov/fccd-orchestrator/helloworld v0.0.0-20200710141948-111439972d60
github.com/ustiugov/fccd-orchestrator/misc v0.0.0-20200710141948-111439972d60
google.golang.org/grpc v1.30.0
)

// Workaround for github.com/containerd/containerd issue #3031
Expand Down
Loading

0 comments on commit 1156049

Please sign in to comment.