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 29
|
module github.com/sigstore/sigstore/hack/tools
go 1.22.0
require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20211123104302-8fea106b46e2
github.com/dvyukov/go-fuzz v0.0.0-20210914135545-4980593459a1
)
require (
github.com/containerd/stargz-snapshotter/estargz v0.10.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/google/go-containerregistry v0.7.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/vbatts/tar-split v0.11.2 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/tools v0.1.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
require (
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/stephens2424/writerset v1.0.2 // indirect
)
|