init
This commit is contained in:
commit
91a950e72f
17 changed files with 2724 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module github.com/nicepkg/jarvis
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/extism/go-pdk v1.1.3
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue