implement skill search by name or id

This commit is contained in:
2026-01-16 15:26:26 -05:00
parent e03c517be4
commit 65726eb539
5 changed files with 290 additions and 0 deletions

19
go.mod Normal file
View File

@@ -0,0 +1,19 @@
module git.sunturtle.xyz/zephyr/horsebot
go 1.24.1
require (
git.sunturtle.xyz/zephyr/horse v0.0.0-20260116044610-b0c555f547e4
github.com/disgoorg/disgo v0.19.0-rc.15
)
require (
github.com/disgoorg/json/v2 v2.0.0 // indirect
github.com/disgoorg/omit v1.0.0 // indirect
github.com/disgoorg/snowflake/v2 v2.0.3 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/sys v0.39.0 // indirect
)