Skip to content

Commit

Permalink
bump: bahamut to 1.148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Aug 11, 2023
1 parent 4807bfd commit 11e31e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.aporeto.io/a3s
go 1.20

require (
go.aporeto.io/bahamut v1.147.0
go.aporeto.io/bahamut v1.148.0
go.aporeto.io/elemental v1.123.0
go.aporeto.io/manipulate v1.135.0
go.aporeto.io/tg v1.50.0
Expand Down Expand Up @@ -99,7 +99,7 @@ require (
github.com/rivo/uniseg v0.4.3 // indirect
github.com/shirou/gopsutil/v3 v3.23.1 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,8 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs=
github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=
github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg=
Expand Down Expand Up @@ -916,8 +916,8 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yusufpapurcu/wmi v1.2.2 h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPRg=
github.com/yusufpapurcu/wmi v1.2.2/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.aporeto.io/bahamut v1.147.0 h1:LWeAEvrGIvi2CYNzluKmmY4pTZVoqFVbFEt3a5X5DdM=
go.aporeto.io/bahamut v1.147.0/go.mod h1:dIKYiseNQ/4gQSROMlMsN4pZUt6nQqEzZX5d6TH6bug=
go.aporeto.io/bahamut v1.148.0 h1:/u+6AHR/UHcW5aq0+iQAxJVauYxA1CTzYAvospMRGNQ=
go.aporeto.io/bahamut v1.148.0/go.mod h1:npkvnUaNoJZ7wJ4i4BYjDfpGCsK73sVVYpz6DK0g0jQ=
go.aporeto.io/elemental v1.123.0 h1:yKsB9YNTHrPq/39EMUoxBdbXDsuT55MrPzLMVVSR7G8=
go.aporeto.io/elemental v1.123.0/go.mod h1:TeftndRimmpTcaBhcdGWVoaRbBgNfGIcl791KRrR3Xw=
go.aporeto.io/manipulate v1.135.0 h1:boO2AjCwjjil04t420EA4BXA0PQAFj+oDtcXGGcWa34=
Expand Down

0 comments on commit 11e31e7

Please sign in to comment.