Skip to content

Commit

Permalink
mod: point to master for aporeto libs
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jun 29, 2019
1 parent 3561114 commit 738545a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 738545a

Please sign in to comment.