-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* support Go 1.16 * let's try unpinning the lint action version * update docs gemfile and htmltest * upgrade asc-go and other deps
- Loading branch information
Showing
18 changed files
with
113 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DirectoryPath: _site | ||
IgnoreInternalEmptyHash: true | ||
IgnoreSSLVerify: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module github.com/cidertool/cider | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/Masterminds/semver/v3 v3.1.0 | ||
github.com/alessio/shellescape v1.3.1 | ||
github.com/Masterminds/semver/v3 v3.1.1 | ||
github.com/alessio/shellescape v1.4.1 | ||
github.com/apex/log v1.9.0 | ||
github.com/cidertool/asc-go v0.4.1 | ||
github.com/cidertool/asc-go v0.5.0 | ||
github.com/fatih/color v1.10.0 | ||
github.com/hashicorp/go-multierror v1.1.0 | ||
github.com/manifoldco/promptui v0.8.0 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
Oops, something went wrong.