Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aporeto-inc/addedeffect into rele…
Browse files Browse the repository at this point in the history
…ase-3.11.0
  • Loading branch information
CyrilPeponnet committed Aug 21, 2019
2 parents 43f3dfc + 11a5a79 commit 4117d8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module go.aporeto.io/addedeffect
go 1.12

require (
go.aporeto.io/elemental v1.85.0
go.aporeto.io/gaia v1.36.0
go.aporeto.io/manipulate v1.92.0
go.aporeto.io/tg v1.24.0
go.aporeto.io/elemental v1.88.0
go.aporeto.io/gaia v1.48.0
go.aporeto.io/manipulate v1.96.0
go.aporeto.io/tg v1.25.0
)

require (
Expand Down
18 changes: 9 additions & 9 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:
github.com/xeipuuv/gojsonschema v1.1.0/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
go.aporeto.io/elemental v1.85.0 h1:n3rRy2yu9Ewqh49oSAn/j0QC/aBY8DaXsxXYe53qMZE=
go.aporeto.io/elemental v1.85.0/go.mod h1:JhzKhBRoQqHnBcbdVdaDFW8BaZzH6nXssHxTu3qCbGs=
go.aporeto.io/gaia v1.36.0 h1:P8BUMhlo95cpktolY+mM/KznKKQgYqIQC+qe6ebBzjU=
go.aporeto.io/gaia v1.36.0/go.mod h1:noTauKCelgsQD7SK/RtrfGkpXq54QLBNtcMY5N4ajL4=
go.aporeto.io/manipulate v1.92.0 h1:wR5185Ynt3ncCH9ipfOH6xskiWUN+jmI27UMItCPWU0=
go.aporeto.io/manipulate v1.92.0/go.mod h1:537AVPwaSGiS1BW4vhBlkx0wZfbk96yvcMvO0smvI4k=
go.aporeto.io/regolithe v1.39.0/go.mod h1:n5Wi2kGXJ+eZe4fUTiVZ++RlgIo3DKiG71I7TV1Pfz4=
go.aporeto.io/tg v1.24.0 h1:hUr+PszwF0qvLZi7+AftV/0yvMF9zo8ZIslW2napmso=
go.aporeto.io/tg v1.24.0/go.mod h1:t9IL2iIzj9902gGj+nc/rsowvDiTF5oQvRn+2srFGhg=
go.aporeto.io/elemental v1.88.0 h1:pllC+ft4H6dbIwXdaussTuk9UyBGAYHL6ajU7RHkBGU=
go.aporeto.io/elemental v1.88.0/go.mod h1:l3K+eg8n3Z5KbwPl0E9WunoEP+d1hSZpiapT6S3Axe0=
go.aporeto.io/gaia v1.48.0 h1:AyI0+tTaqp94NfrQ5FlXgN3Ds4PhkpCyVRGKmC78PSM=
go.aporeto.io/gaia v1.48.0/go.mod h1:eP6gp0XDINRSKAF+PvVUJAxNZ+4SxF2WcoN4+8ab0Go=
go.aporeto.io/manipulate v1.96.0 h1:OkQEisZmrK1yrWV2pKuV0ZqjV82fF+iF+u+0hQmoywA=
go.aporeto.io/manipulate v1.96.0/go.mod h1:RMFnN69Z8urfFvAXGwXEsuJBCGJODMvdycMNAPy8kbk=
go.aporeto.io/regolithe v1.40.0/go.mod h1:n5Wi2kGXJ+eZe4fUTiVZ++RlgIo3DKiG71I7TV1Pfz4=
go.aporeto.io/tg v1.25.0 h1:KhajW6SU2FN4w/WNvE/LAwyYEt+erYnlUK2Kpyaf2mg=
go.aporeto.io/tg v1.25.0/go.mod h1:t9IL2iIzj9902gGj+nc/rsowvDiTF5oQvRn+2srFGhg=
go.aporeto.io/wsc v1.29.0/go.mod h1:RtLQspKU7si9US0WNw8RnOy70R+ep0MKjhLtvfRKIb0=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.uber.org/atomic v1.4.0 h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=
Expand Down

0 comments on commit 4117d8b

Please sign in to comment.