forked from zincsearch/zincsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.16 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
module github.com/prabhatsharma/zinc
go 1.16
require (
github.com/aws/aws-sdk-go-v2/config v1.11.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.22.0
github.com/blugelabs/bluge v0.1.9
github.com/blugelabs/bluge_segment_api v0.2.0
github.com/blugelabs/query_string v0.3.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.4
github.com/google/uuid v1.3.0
github.com/jeremywohl/flatten v1.0.1
github.com/joho/godotenv v1.4.0
github.com/minio/minio-go/v7 v7.0.21
github.com/prometheus/client_golang v1.12.0 // indirect
github.com/robfig/cron/v3 v3.0.0
github.com/rs/zerolog v1.26.1
github.com/segmentio/backo-go v1.0.0 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/smartystreets/goconvey v1.7.2
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
github.com/zsais/go-gin-prometheus v0.0.0-20200217150448-2199a42d96c1
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/text v0.3.6
gopkg.in/segmentio/analytics-go.v3 v3.1.0
)