module go.aporeto.io/addedeffect go 1.12 require ( github.com/BurntSushi/toml v0.3.1 github.com/blang/semver v3.5.1+incompatible github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/magefile/mage v1.8.0 github.com/opentracing/opentracing-go v1.1.0 github.com/smartystreets/assertions v1.0.0 github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.4.0 github.com/uber-go/atomic v1.4.0 // indirect github.com/uber/jaeger-client-go v2.16.0+incompatible github.com/uber/jaeger-lib v2.0.0+incompatible // indirect go.aporeto.io/elemental v1.62.0 go.aporeto.io/gaia v1.3.0 go.aporeto.io/manipulate v1.70.0 go.aporeto.io/tg v1.20.0 go.uber.org/zap v1.10.0 golang.org/x/sync v0.0.0-20190423024810-112230192c58 golang.org/x/tools v0.0.0-20190627220010-94c5763a7c84 gopkg.in/natefinch/lumberjack.v2 v2.0.0 )