started adding plugin system

This commit is contained in:
2024-04-14 20:03:57 +02:00
parent 36b8941eac
commit bc4ada155b
22 changed files with 180 additions and 40 deletions

5
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/vaporvee/acecore
go 1.21.6
go 1.22.1
require (
github.com/disgoorg/disgo v0.18.2
@@ -15,9 +15,10 @@ require (
require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
github.com/vaporvee/acecore/struct_cmd v0.0.0-00010101000000-000000000000
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
)
replace github.com/vaporvee/acecore/custom => ./custom
replace github.com/vaporvee/acecore/struct_cmd => ./struct_cmd