improved simple fun
This commit is contained in:
4
go.mod
4
go.mod
@@ -10,15 +10,13 @@ require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/vaporvee/acecore/cmd v0.0.0-20240414202630-d814d39cf135
|
||||
)
|
||||
|
||||
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/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/cmd => ./cmd
|
||||
|
Reference in New Issue
Block a user