-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.42 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.42 KB
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
module github.com/polyse/logdb
go 1.15
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golangci/golangci-lint v1.32.2 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.2
github.com/google/wire v0.4.0
github.com/klauspost/compress v1.11.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.3.3
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/polyse/logDb v0.0.0-20201105113143-9ab93347ca8a
github.com/rs/zerolog v1.20.0
github.com/savsgio/atreugo/v11 v11.5.3
github.com/senyast4745/meilisearch-go v0.12.2-0.20201028233758-4a594e8eadaa
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/testcontainers/testcontainers-go v0.9.0
github.com/valyala/fasthttp v1.16.0
github.com/valyala/fastjson v1.6.1
github.com/xlab/closer v0.0.0-20190328110542-03326addb7c2
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.0.0-20201105001634-bc3cf281b174 // indirect
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
google.golang.org/grpc v1.21.1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)