File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v2
2828 - uses : actions/setup-go@v2
2929 with :
30- go-version : ' ^1.18.8 ' # The Go version to download (if necessary) and use.
30+ go-version : ' ^1.21.1 ' # The Go version to download (if necessary) and use.
3131 - name : Install Build Dependencies
3232 run : make get-build-deps
3333 - name : Download required modules
Original file line number Diff line number Diff line change 11module github.com/bitnami/render-template
22
3- go 1.18
3+ go 1.21
44
55require (
66 github.com/aymerick/raymond v2.0.2+incompatible
Original file line number Diff line number Diff line change 1- github.com/aymerick/raymond v2.0.1+incompatible h1:ZhYb+Bw5DNBMAl/UpvbxXP7pALGiMzCAE56QwHPqjjk =
2- github.com/aymerick/raymond v2.0.1+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
31github.com/aymerick/raymond v2.0.2+incompatible h1:VEp3GpgdAnv9B2GFyTvqgcKvY+mfKMjPOA3SbKLtnU0 =
42github.com/aymerick/raymond v2.0.2+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
53github.com/bitnami/gonit v0.1.0 h1:f0+5lCjX/1ar4iPrvlcE91TDE2nElxibNwvWXXy1sEU =
@@ -8,8 +6,6 @@ github.com/cesanta/errors v0.0.0-20160612174407-5adec772d663 h1:yxe0VAaLkwh7cXoC
86github.com/cesanta/errors v0.0.0-20160612174407-5adec772d663 /go.mod h1:5V6uYRtJZjiJla602WCKuuB+JiHZDG1E3KOHWmBxr48 =
97github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
108github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
11- github.com/jessevdk/go-flags v1.3.0 h1:QmKsgik/Z5fJ11ZtlcA8F+XW9dNybBNFQ1rngF3MmdU =
12- github.com/jessevdk/go-flags v1.3.0 /go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI =
139github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc =
1410github.com/jessevdk/go-flags v1.5.0 /go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4 =
1511github.com/juamedgod/cliassert v0.0.0-20180320011200-425256f2bb0b h1:j2GwaFh0vduPA3PilmBcsdWv0reobJHyIxGJnh9gIAA =
You can’t perform that action at this time.
0 commit comments