-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
28 lines (24 loc) · 1.08 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/cnabio/signy
go 1.13
require (
github.com/cnabio/cnab-go v0.8.2-beta1
github.com/containerd/containerd v1.5.18
github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017
github.com/docker/cnab-to-oci v0.3.0-beta4
github.com/docker/distribution v2.8.0+incompatible
github.com/docker/docker v1.4.2-0.20191021213818-bebd8206285b
github.com/docker/go v1.5.1-1
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/in-toto/in-toto-golang v0.0.0-20191106170227-857cd1cfa826
github.com/oklog/ulid v1.3.1
github.com/opencontainers/selinux v1.9.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.7.0
github.com/theupdateframework/notary v0.6.1
google.golang.org/grpc v1.42.0 // indirect
)
replace github.com/in-toto/in-toto-golang => github.com/radu-matei/in-toto-golang v0.0.0-20210426203218-225046ac7465
replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309