go mod initiated simplefun
This commit is contained in:
20
plugin_src/simplefun/go.mod
Normal file
20
plugin_src/simplefun/go.mod
Normal file
@@ -0,0 +1,20 @@
|
||||
module github.com/vaporvee/acecore/simplefun
|
||||
|
||||
go 1.22.1
|
||||
|
||||
require (
|
||||
github.com/disgoorg/disgo v0.18.2
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/vaporvee/acecore v0.0.0-20240414202630-d814d39cf135
|
||||
github.com/vaporvee/acecore/cmd v0.0.0-20240414202630-d814d39cf135
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/disgoorg/json v1.1.0 // indirect
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.1 // indirect
|
||||
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
|
||||
golang.org/x/crypto v0.19.0 // indirect
|
||||
golang.org/x/net v0.21.0 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
)
|
Reference in New Issue
Block a user