-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update samurai-render-go to v1.23.12
- Loading branch information
PucklaJ
committed
Dec 2, 2023
1 parent
1428c56
commit d7f37f5
Showing
4 changed files
with
9 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
module github.com/Samudevv/samurai-select | ||
|
||
go 1.21.1 | ||
|
||
toolchain go1.21.3 | ||
go 1.21.4 | ||
|
||
require ( | ||
github.com/Samudevv/samurai-render-go v1.23.11 | ||
github.com/Samudevv/samurai-render-go v1.23.12 | ||
github.com/gotk3/gotk3 v0.6.2 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/mazznoer/csscolorparser v0.1.3 | ||
) | ||
|
||
require golang.org/x/sys v0.14.0 // indirect | ||
require golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,4 +156,5 @@ The following specifiers can be used for the *-o* or *--output* flag when taking | |
|
||
# AUTHORS | ||
|
||
This project is maintained by Jonas Pucher <[email protected]> aka PucklaJ on GitHub. See https://github.com/PucklaJ/samurai-select on GitHub for the source code and ways to contribute. | ||
This project is maintained by Jonas Pucher <[email protected]> aka | ||
PucklaJ on GitHub. See https://github.com/Samudevv/samurai-select on GitHub for the source code and ways to contribute. |