-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.21 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
module github.com/YasiruR/db-writer
go 1.16
require (
github.com/arangodb-helper/arangodb v0.15.0 // indirect
github.com/arangodb/go-driver v1.3.0
github.com/chasex/redis-go-cluster v1.0.0 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.13+incompatible // indirect
github.com/elastic/go-elasticsearch/v8 v8.0.0
github.com/fatih/color v1.13.0 // indirect
github.com/fsouza/go-dockerclient v1.7.10 // indirect
github.com/go-redis/redis/v8 v8.11.4
github.com/google/uuid v1.2.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mediocregopher/radix/v4 v4.0.0 // indirect
github.com/moby/sys/mount v0.3.1 // indirect
github.com/neo4j/neo4j-go-driver/v4 v4.4.1
github.com/rs/zerolog v1.26.1 // indirect
github.com/ryanuber/columnize v2.1.2+incompatible // indirect
github.com/spf13/cobra v1.4.0 // indirect
github.com/tryfix/log v1.2.1 // indirect
github.com/tryfix/traceable-context v1.0.1
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
)