-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
41 lines (39 loc) · 1.41 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
module go.zenithar.org/pkg
go 1.14
require (
contrib.go.opencensus.io/exporter/ocagent v0.6.0
github.com/Masterminds/squirrel v1.2.0
github.com/TheZeroSlave/zapsentry v1.3.0
github.com/allegro/bigcache v1.2.1
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/cloudflare/tableflip v1.0.0
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/fatih/structs v1.1.0
github.com/go-ozzo/ozzo-validation/v4 v4.1.0
github.com/go-redis/redis/v7 v7.2.0
github.com/google/go-cmp v0.4.0
github.com/gorilla/schema v1.1.0
github.com/jackc/pgx/v4 v4.6.0
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.9
github.com/lib/pq v1.3.0
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
github.com/mcuadros/go-defaults v1.2.0
github.com/oklog/run v1.1.0
github.com/onsi/gomega v1.9.0
github.com/opencensus-integrations/ocsql v0.1.5
github.com/ory/dockertest/v3 v3.6.0
github.com/pelletier/go-toml v1.7.0
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.6.4
github.com/sony/gobreaker v0.4.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
go.mongodb.org/mongo-driver v1.3.2
go.opencensus.io v0.22.3
go.uber.org/zap v1.14.1
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
google.golang.org/grpc v1.28.1
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
)