-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (22 loc) · 862 Bytes
/
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
module go.aporeto.io/addedeffect
go 1.13
require (
go.aporeto.io/elemental v1.100.1-0.20220524204820-ddfa01dc1c96
go.aporeto.io/gaia v1.94.1-0.20220608215959-187fca4731d5
go.aporeto.io/manipulate v1.121.1-0.20220608215952-c9a469026c2c
go.aporeto.io/tg v1.34.1-0.20220107235943-7d2aaa0dc6f5
)
require (
github.com/blang/semver v3.5.1+incompatible
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/opentracing/opentracing-go v1.2.0
github.com/smartystreets/assertions v1.13.0
github.com/smartystreets/goconvey v1.7.2
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
go.uber.org/zap v1.19.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)