-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflows and dependencies (#225)
* Update workflows * Bump dependencies
- Loading branch information
Showing
6 changed files
with
26 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
module github.com/google/yamlfmt | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/bmatcuk/doublestar/v4 v4.6.0 | ||
github.com/bmatcuk/doublestar/v4 v4.7.1 | ||
github.com/braydonk/yaml v0.7.0 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 | ||
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 | ||
) | ||
|
||
require github.com/santhosh-tekuri/jsonschema/v4 v4.0.0 | ||
require golang.org/x/text v0.14.0 // indirect |
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