-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
38 lines (33 loc) · 1.54 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/dvonthenen/enterprise-conversation-application
go 1.18
require (
github.com/dvonthenen/rabbitmq-manager v0.1.1
github.com/dvonthenen/symbl-go-sdk v0.1.8
github.com/dvonthenen/websocketproxy v0.1.0-dyv.4
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
github.com/neo4j/neo4j-go-driver/v5 v5.3.0
github.com/r3labs/sse/v2 v2.9.0
k8s.io/klog/v2 v2.90.0
)
require (
github.com/dvonthenen/websocket v1.5.1-dyv.2 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-logr/logr v1.2.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gordonklaus/portaudio v0.0.0-20220320131553-cc649ad523c1 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/rabbitmq/amqp091-go v1.5.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
)
replace github.com/r3labs/sse/v2 => github.com/dvonthenen/sse/v2 v2.0.0-20221222171132-1daa5f8b774c
// replace github.com/dvonthenen/symbl-go-sdk => ../../dvonthenen/symbl-go-sdk
// replace github.com/dvonthenen/websocket => ../../dvonthenen/websocket
// replace github.com/dvonthenen/websocketproxy => ../../dvonthenen/websocketproxy
// replace github.com/dvonthenen/sse => ../../r3labs/sse