summaryrefslogtreecommitdiff
path: root/app/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'app/go.mod')
-rw-r--r--app/go.mod15
1 files changed, 14 insertions, 1 deletions
diff --git a/app/go.mod b/app/go.mod
index 0fdbadd..2e86acd 100644
--- a/app/go.mod
+++ b/app/go.mod
@@ -2,4 +2,17 @@ module github.com/ketsuna-org/bot-creator-api
go 1.23.3
-require github.com/arangodb/go-driver/v2 v2.1.3 // indirect
+require (
+ github.com/arangodb/go-driver/v2 v2.1.3 // indirect
+ github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
+ github.com/dchest/siphash v1.2.3 // indirect
+ github.com/google/uuid v1.6.0 // indirect
+ github.com/kkdai/maglev v0.2.0 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/pkg/errors v0.9.1 // indirect
+ github.com/rs/zerolog v1.33.0 // indirect
+ golang.org/x/net v0.33.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
+ golang.org/x/text v0.21.0 // indirect
+)