Skip to content

Commit

Permalink
Merge pull request #66 from cbroglie/upgrade
Browse files Browse the repository at this point in the history
Update Golang and packages to latest versions
  • Loading branch information
cbroglie authored Sep 20, 2021
2 parents b3e5b6d + 2dffa0e commit b2d8af2
Show file tree
Hide file tree
Showing 37 changed files with 4,016 additions and 2,340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17.1

- name: GoReleaser
uses: goreleaser/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17.1

- name: Test
run: make test
Expand Down
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module github.com/cbroglie/mustache

go 1.14
go 1.17

require (
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.2.1
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0
)
611 changes: 522 additions & 89 deletions go.sum

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions vendor/github.com/spf13/cobra/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions vendor/github.com/spf13/cobra/.travis.yml

This file was deleted.

51 changes: 51 additions & 0 deletions vendor/github.com/spf13/cobra/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/spf13/cobra/CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions vendor/github.com/spf13/cobra/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions vendor/github.com/spf13/cobra/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b2d8af2

Please sign in to comment.