-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
35 lines (33 loc) · 1.86 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
module github.com/vtex/go-io
go 1.14
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/die-net/lrucache v0.0.0-20171111232917-04b9315ab7a6
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v0.0.0-20171121131845-eeb57848cac0
github.com/go-redis/redis/v8 v8.11.5
github.com/gogo/protobuf v1.3.1 // indirect
github.com/gomodule/redigo v0.0.0-20190322064113-39e2c31b7ca3
github.com/google/gofuzz v1.1.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20170128230107-5c8f21741620 // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
github.com/json-iterator/go v0.0.0-20171223025217-96fcb84835b0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.0.0-20171018195549-f15c970de5b7
github.com/pmylund/go-cache v0.0.0-20161125234819-e7a9def80f35
github.com/prometheus/client_golang v0.0.0-20180917102122-e637cec7d9c8
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/assertions v0.0.0-20161110225557-e60cfa771e3f // indirect
github.com/smartystreets/goconvey v0.0.0-20160928205523-7befa7fd6e2e
github.com/ugorji/go v0.0.0-20171122102828-84cb69a8af83 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
)