forked from concourse/registry-image-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 974 Bytes
/
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
module github.com/concourse/registry-image-resource
require (
github.com/Masterminds/semver v1.5.0
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/aws/aws-sdk-go v1.35.0
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/concourse/go-archive v1.0.1
github.com/fatih/color v1.9.0
github.com/google/go-containerregistry v0.4.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/simonshyu/notary-gcr v0.0.0-20200416053715-76bd7435b4a6
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.0 // indirect
github.com/vbauerster/mpb v3.4.0+incompatible
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
gopkg.in/ini.v1 v1.56.0 // indirect
)
go 1.16