diff --git a/go.mod b/go.mod index a4f62b2..e4079d8 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,13 @@ module go.aporeto.io/addedeffect go 1.12 +require ( + go.aporeto.io/elemental master + go.aporeto.io/gaia master + go.aporeto.io/manipulate master + go.aporeto.io/tg master +) + require ( github.com/BurntSushi/toml v0.3.1 github.com/blang/semver v3.5.1+incompatible @@ -15,10 +22,6 @@ require ( 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.67.0 - go.aporeto.io/gaia v1.6.0 - go.aporeto.io/manipulate v1.75.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-20190628203336-59bec042292d