forked from reddit/baseplate.go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 1.07 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
module github.com/reddit/baseplate.go
go 1.14
require (
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/apache/thrift v0.13.1-0.20200514072844-be3f7321cf0b
github.com/getsentry/sentry-go v0.6.0
github.com/go-kit/kit v0.9.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-redis/redis/v7 v7.2.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/opentracing/opentracing-go v1.1.0
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
go.uber.org/zap v1.15.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
golang.org/x/tools v0.0.0-20200410194907-79a7a3126eef // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/yaml.v2 v2.2.4
)
replace gopkg.in/dgrijalva/jwt-go.v3 => github.com/reddit/jwt-go v3.2.1-0.20200222044038-a63f2d40479f+incompatible