-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
36 lines (34 loc) · 1.37 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
module gitlab.xtc.home/xtc/redisearchd
go 1.16
require (
github.com/RediSearch/redisearch-go v1.1.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/arsmn/fiber-swagger/v2 v2.20.0
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/coreos/go-systemd/v22 v22.3.2
github.com/dimiro1/banner v1.1.0
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/gofiber/fiber/v2 v2.23.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/hashicorp/consul/api v1.12.0
github.com/iancoleman/strcase v0.2.0
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.13.6 // indirect
github.com/knadh/koanf v1.3.3
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.12
github.com/pkg/errors v0.9.1 // indirect
github.com/shirou/gopsutil/v3 v3.21.11
github.com/spf13/cobra v1.3.0
github.com/swaggo/swag v1.7.8
github.com/valyala/fasttemplate v1.2.1
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/tools v0.1.8 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)