2020-11-16 19:11:59 +01:00
|
|
|
module github.com/drone/drone-kaniko
|
2020-11-16 18:37:13 +01:00
|
|
|
|
|
|
|
require (
|
2021-08-28 15:07:26 +02:00
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.6.1
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ecr v1.4.3
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.4.3
|
|
|
|
github.com/aws/smithy-go v1.7.0
|
2020-11-16 18:37:13 +01:00
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/sirupsen/logrus v1.3.0
|
|
|
|
github.com/urfave/cli v1.22.2
|
|
|
|
)
|
|
|
|
|
|
|
|
go 1.13
|