From 11e31e73d5bcb1ab4060ba5bcf01e30daeb0507e Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Fri, 11 Aug 2023 15:49:22 -0700 Subject: [PATCH] bump: bahamut to 1.148.0 --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index bb6048f..2549ebb 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 diff --git a/go.sum b/go.sum index 935a6f5..31268a8 100644 --- a/go.sum +++ b/go.sum @@ -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= @@ -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=