forked from helm/chart-releaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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
)