Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #182 from bacongobbler/bump-go-1.16
Browse files Browse the repository at this point in the history
bump to go 1.16
  • Loading branch information
Matthew Fisher committed May 18, 2021
2 parents 235b7ac + 764bc40 commit 313faec
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16

- name: install gox
run: go get github.com/mitchellh/gox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
- name: build
run: make
- name: run style tests
Expand Down
21 changes: 8 additions & 13 deletions go.mod
@@ -1,23 +1,18 @@
module github.com/fishworks/gofish

go 1.14
go 1.16

require (
github.com/Masterminds/semver v1.5.0
github.com/Masterminds/vcs v1.13.1
github.com/bacongobbler/browser v1.1.0
github.com/fatih/color v1.9.0 // indirect
github.com/frankban/quicktest v1.9.0 // indirect
github.com/gosuri/uitable v0.0.4
github.com/kyokomi/emoji v2.2.2+incompatible
github.com/lithammer/fuzzysearch v1.1.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mholt/archiver/v3 v3.3.0
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4 v2.5.1+incompatible // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/lithammer/fuzzysearch v1.1.2
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mholt/archiver/v3 v3.5.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
)

0 comments on commit 313faec

Please sign in to comment.