-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name = "ki" | ||
Desc = "" | ||
Version = "v2.0.0-dev0.0.27" | ||
Version = "v2.0.0-dev0.0.28" | ||
Type = "Library" | ||
|
||
[Build] | ||
|
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,20 +1,22 @@ | ||
module goki.dev/ki/v2 | ||
|
||
go 1.21 | ||
go 1.21.0 | ||
|
||
toolchain go1.21.4 | ||
|
||
require ( | ||
goki.dev/enums v0.9.47 | ||
goki.dev/gti v0.1.24 | ||
goki.dev/enums v0.9.49 | ||
goki.dev/gti v0.1.26 | ||
) | ||
|
||
require ( | ||
goki.dev/glop v0.1.8 | ||
goki.dev/grows v0.3.23 | ||
goki.dev/grows v0.3.25 | ||
goki.dev/ordmap v0.5.8 | ||
) | ||
|
||
require ( | ||
github.com/fatih/camelcase v1.0.0 // indirect | ||
github.com/iancoleman/strcase v0.3.0 // indirect | ||
goki.dev/laser v0.1.26 // indirect | ||
goki.dev/laser v0.1.27 // 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.