forked from helm/chart-releaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 782 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
module github.com/helm/chart-releaser
go 1.15
require (
github.com/Songmu/retry v0.1.0
github.com/golangci/golangci-lint v1.37.0
github.com/google/go-github/v33 v33.0.0
github.com/goreleaser/goreleaser v0.156.2
github.com/magefile/mage v1.11.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/oauth2 v0.0.0-20210216194517-16ff1888fd2e
golang.org/x/tools v0.1.0
helm.sh/helm/v3 v3.5.2
)
replace (
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
)