-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from cpanato/update
upgrade to go 1.23
- Loading branch information
Showing
2 changed files
with
51 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
module sigs.k8s.io/slack-infra | ||
|
||
go 1.19 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/bmatcuk/doublestar v1.1.1 | ||
go4.org v0.0.0-20200411211856-f5505b9728dd | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
sigs.k8s.io/yaml v1.3.0 | ||
github.com/bmatcuk/doublestar v1.3.4 | ||
go4.org v0.0.0-20230225012048-214862532bf5 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
sigs.k8s.io/yaml v1.4.0 | ||
) | ||
|
||
require gopkg.in/yaml.v2 v2.4.0 // indirect | ||
require ( | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // 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