-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
29 lines (26 loc) · 1.09 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/Meshbits/khoji
go 1.17
require (
github.com/fasthttp/router v1.4.6
github.com/valyala/fasthttp v1.34.0
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
gopkg.in/ini.v1 v1.66.4
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/savsgio/gotils v0.0.0-20211223103454-d0aaa54c5899 // indirect
github.com/sirupsen/logrus v1.0.6 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/cenkalti/backoff.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)