-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 663 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/Dentrax/falco-gpt
go 1.20
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/nats-io/nats-server/v2 v2.9.21
github.com/nats-io/nats.go v1.28.0
github.com/sashabaranov/go-openai v1.5.7
github.com/slack-go/slack v0.12.1
golang.org/x/time v0.3.0
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.4.1 // indirect
github.com/nats-io/nkeys v0.4.4 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/sys v0.10.0 // indirect
)