-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
22 lines (20 loc) · 763 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
module github.com/edaniszewski/chart-releaser
go 1.15
require (
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
github.com/apex/log v1.9.0
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
github.com/blang/semver v3.5.1+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.7.0
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-github/v29 v29.0.3
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
helm.sh/helm/v3 v3.5.1
sigs.k8s.io/yaml v1.2.0
)