-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
34 lines (32 loc) · 1.53 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
module github.com/golang-common-packages/storage
go 1.15
require (
cloud.google.com/go v0.83.0 // indirect
github.com/allegro/bigcache/v2 v2.2.5
github.com/aws/aws-sdk-go v1.38.55 // indirect
github.com/gammazero/workerpool v1.1.2
github.com/go-redis/redis v6.15.9+incompatible
github.com/golang-common-packages/hash v0.0.0-20200119064113-a0081e2a6db8
github.com/golang-common-packages/linear v0.0.0-20210606050200-ff744a51bf3d
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/klauspost/compress v1.13.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.3.0
github.com/mattn/go-isatty v0.0.13 // indirect
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/stretchr/testify v1.6.1
github.com/tidwall/pretty v1.0.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.5.3
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
google.golang.org/api v0.47.0
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)