started adding plugin system
This commit is contained in:
5
go.mod
5
go.mod
@@ -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
|
||||
|
Reference in New Issue
Block a user