-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
43 lines (41 loc) · 1.4 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
36
37
38
39
40
41
42
43
module github.com/blushft/strana
go 1.14
require (
contrib.go.opencensus.io/integrations/ocsql v0.1.6
github.com/allegro/bigcache v1.2.1
github.com/apex/log v1.9.0
github.com/containous/yaegi v0.8.14
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/eko/gocache v1.0.0
github.com/facebook/ent v0.4.1
github.com/fatih/structs v1.1.0
github.com/gofiber/fiber v1.14.4
github.com/gofiber/websocket v0.5.1
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/google/uuid v1.1.2
github.com/jackc/pgx/v4 v4.8.1
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.8.0
github.com/mattn/go-sqlite3 v1.14.2
github.com/micro/go-micro v1.18.0
github.com/micro/go-micro/v2 v2.9.1
github.com/mileusna/useragent v1.0.2
github.com/minio/minio-go/v6 v6.0.57
github.com/mitchellh/mapstructure v1.3.3
github.com/nats-io/nats-server/v2 v2.1.7
github.com/nats-io/nats.go v1.10.0
github.com/nsqio/go-nsq v1.0.7
github.com/nsqio/nsq v1.2.0
github.com/oklog/run v1.1.0
github.com/oschwald/geoip2-golang v1.4.0
github.com/paulbellamy/ratecounter v0.2.0
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1 // indirect
gopkg.in/resty.v1 v1.12.0
)