Skip to content

Commit

Permalink
remod: update aporeto dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Dec 17, 2020
1 parent b2a0eec commit 6931134
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
17 changes: 14 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module go.aporeto.io/addedeffect
go 1.13

require (
go.aporeto.io/elemental v1.100.1-0.20201110214307-3e4e638fb38b
go.aporeto.io/gaia v1.94.1-0.20201215224751-7d72a94126e5
go.aporeto.io/manipulate v1.121.1-0.20201209195324-1d1416c236fa
go.aporeto.io/elemental v1.100.1-0.20201217210703-bdcc09510d93
go.aporeto.io/gaia v1.94.1-0.20201217212014-9be8b6e4ab7c
go.aporeto.io/manipulate v1.121.1-0.20201217212002-2f7c469937e1
go.aporeto.io/tg v1.34.1-0.20201026071503-46fe5dfd3023
)

Expand All @@ -24,3 +24,14 @@ require (
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

// remod:start

replace (
go.aporeto.io/elemental => ../elemental
go.aporeto.io/gaia => ../gaia
go.aporeto.io/manipulate => ../manipulate
go.aporeto.io/tg => ../tg
)

// remod:end
8 changes: 0 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,7 @@ github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQ
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=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.aporeto.io/elemental v1.100.1-0.20201110214307-3e4e638fb38b h1:G198Z5TadHX5uPXS2jGIIipm2zhGLGNnoqG/5kK+SDM=
go.aporeto.io/elemental v1.100.1-0.20201110214307-3e4e638fb38b/go.mod h1:dEPeesaLUHZVeZQr6Z+jYzy1IbweLWZ1tsywhSxTPeQ=
go.aporeto.io/gaia v1.94.1-0.20201215224751-7d72a94126e5 h1:Gw6hHmSax6o/iPtEHmGpzE45DcMLyJ31Aotm9ur7JF0=
go.aporeto.io/gaia v1.94.1-0.20201215224751-7d72a94126e5/go.mod h1:RhtY0dnI+v1/OUHklolloFNlNxOdWbprfXMPoz1HLyY=
go.aporeto.io/manipulate v1.121.1-0.20201209195324-1d1416c236fa h1:r3UghcI3A5N3WMMYECmJCk6BzxWc/fOWc+CG93m+CGc=
go.aporeto.io/manipulate v1.121.1-0.20201209195324-1d1416c236fa/go.mod h1:Zb+wTCI93VIGIut6MCrCKALCjbgwxAek22u6ijQRuBg=
go.aporeto.io/regolithe v1.50.1-0.20201104174627-9a638d8ba486/go.mod h1:YnJqIj7KOAiAiSI7vPs3ELLjrbBdrOsouRRPLMyUlGA=
go.aporeto.io/tg v1.34.1-0.20201026071503-46fe5dfd3023 h1:PPfn0i+b5hgtAqOzexdC6IymgGjKajrLPX6vaZcXMl0=
go.aporeto.io/tg v1.34.1-0.20201026071503-46fe5dfd3023/go.mod h1:QQUjkGDZCL76vyEdvhrQU7KcpBR6zfA51i3ChOsWVKI=
go.aporeto.io/wsc v1.36.1-0.20200731064733-e5c5718dc58f/go.mod h1:HM/FZMooSnzMT8nMe7XSNA1NnSVtPNdgZ9PUWS4SxOM=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
Expand Down

0 comments on commit 6931134

Please sign in to comment.