diff --git a/conversations/go.mod b/conversations/go.mod index 8937e9e..32cfe48 100644 --- a/conversations/go.mod +++ b/conversations/go.mod @@ -3,12 +3,12 @@ module github.com/mtgo-labs/plugins/conversations go 1.26.2 require ( - github.com/mtgo-labs/mtgo v0.12.0 + github.com/mtgo-labs/mtgo v0.12.1 github.com/mtgo-labs/storage v0.5.0 ) require ( - github.com/klauspost/compress v1.18.7 // indirect + github.com/klauspost/compress v1.19.0 // indirect golang.org/x/crypto v0.53.0 // indirect golang.org/x/sync v0.21.0 // indirect golang.org/x/sys v0.46.0 // indirect diff --git a/conversations/go.sum b/conversations/go.sum index f2a6614..dd4ac3b 100644 --- a/conversations/go.sum +++ b/conversations/go.sum @@ -1,7 +1,7 @@ -github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw= -github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= -github.com/mtgo-labs/mtgo v0.12.0 h1:ypEdBP0eKD/ukb+YMEzg8UniU3VJqEe8RFvEXgiyHBo= -github.com/mtgo-labs/mtgo v0.12.0/go.mod h1:lGqcsBWwCDLttUKTWJvyieyHhuWzLgWrhBO9GwGHiAI= +github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ= +github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= +github.com/mtgo-labs/mtgo v0.12.1 h1:ThvOGtY6EevwOS34UsDU7BqpB897PBcQpV3RmBR/CEE= +github.com/mtgo-labs/mtgo v0.12.1/go.mod h1:S2KSfF6wfI3tiZguK4qR4vPzFFFIGnoL/EmtQURZavs= github.com/mtgo-labs/storage v0.5.0 h1:x6asAZcLpfhqxEjR6kP4l42246R9XodZGawXsLWLuq8= github.com/mtgo-labs/storage v0.5.0/go.mod h1:sBMyZUmM0laJr1Zx4bAyYeQ6jpMCZJ64WPHcL8kNj70= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/fsm/go.mod b/fsm/go.mod index f2f32bc..1d67c01 100644 --- a/fsm/go.mod +++ b/fsm/go.mod @@ -3,12 +3,12 @@ module github.com/mtgo-labs/plugins/fsm go 1.26.2 require ( - github.com/mtgo-labs/mtgo v0.12.0 + github.com/mtgo-labs/mtgo v0.12.1 github.com/mtgo-labs/storage v0.5.0 ) require ( - github.com/klauspost/compress v1.18.7 // indirect + github.com/klauspost/compress v1.19.0 // indirect golang.org/x/crypto v0.53.0 // indirect golang.org/x/sync v0.21.0 // indirect golang.org/x/sys v0.46.0 // indirect diff --git a/fsm/go.sum b/fsm/go.sum index f2a6614..dd4ac3b 100644 --- a/fsm/go.sum +++ b/fsm/go.sum @@ -1,7 +1,7 @@ -github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw= -github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= -github.com/mtgo-labs/mtgo v0.12.0 h1:ypEdBP0eKD/ukb+YMEzg8UniU3VJqEe8RFvEXgiyHBo= -github.com/mtgo-labs/mtgo v0.12.0/go.mod h1:lGqcsBWwCDLttUKTWJvyieyHhuWzLgWrhBO9GwGHiAI= +github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ= +github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= +github.com/mtgo-labs/mtgo v0.12.1 h1:ThvOGtY6EevwOS34UsDU7BqpB897PBcQpV3RmBR/CEE= +github.com/mtgo-labs/mtgo v0.12.1/go.mod h1:S2KSfF6wfI3tiZguK4qR4vPzFFFIGnoL/EmtQURZavs= github.com/mtgo-labs/storage v0.5.0 h1:x6asAZcLpfhqxEjR6kP4l42246R9XodZGawXsLWLuq8= github.com/mtgo-labs/storage v0.5.0/go.mod h1:sBMyZUmM0laJr1Zx4bAyYeQ6jpMCZJ64WPHcL8kNj70= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/i18n/go.mod b/i18n/go.mod index 5be7e4b..c0dc9ae 100644 --- a/i18n/go.mod +++ b/i18n/go.mod @@ -3,13 +3,13 @@ module github.com/mtgo-labs/plugins/i18n go 1.26.2 require ( - github.com/mtgo-labs/mtgo v0.12.0 + github.com/mtgo-labs/mtgo v0.12.1 golang.org/x/text v0.38.0 gopkg.in/yaml.v3 v3.0.1 ) require ( - github.com/klauspost/compress v1.18.7 // indirect + github.com/klauspost/compress v1.19.0 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/mtgo-labs/storage v0.5.0 // indirect golang.org/x/crypto v0.53.0 // indirect diff --git a/i18n/go.sum b/i18n/go.sum index 0ae6be3..3aaeeae 100644 --- a/i18n/go.sum +++ b/i18n/go.sum @@ -1,12 +1,12 @@ -github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw= -github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= +github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ= +github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/mtgo-labs/mtgo v0.12.0 h1:ypEdBP0eKD/ukb+YMEzg8UniU3VJqEe8RFvEXgiyHBo= -github.com/mtgo-labs/mtgo v0.12.0/go.mod h1:lGqcsBWwCDLttUKTWJvyieyHhuWzLgWrhBO9GwGHiAI= +github.com/mtgo-labs/mtgo v0.12.1 h1:ThvOGtY6EevwOS34UsDU7BqpB897PBcQpV3RmBR/CEE= +github.com/mtgo-labs/mtgo v0.12.1/go.mod h1:S2KSfF6wfI3tiZguK4qR4vPzFFFIGnoL/EmtQURZavs= github.com/mtgo-labs/storage v0.5.0 h1:x6asAZcLpfhqxEjR6kP4l42246R9XodZGawXsLWLuq8= github.com/mtgo-labs/storage v0.5.0/go.mod h1:sBMyZUmM0laJr1Zx4bAyYeQ6jpMCZJ64WPHcL8kNj70= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/rawdebug/go.mod b/rawdebug/go.mod index 23e16d4..4d7c767 100644 --- a/rawdebug/go.mod +++ b/rawdebug/go.mod @@ -2,10 +2,10 @@ module github.com/mtgo-labs/plugins/rawdebug go 1.26.2 -require github.com/mtgo-labs/mtgo v0.12.0 +require github.com/mtgo-labs/mtgo v0.12.1 require ( - github.com/klauspost/compress v1.18.7 // indirect + github.com/klauspost/compress v1.19.0 // indirect github.com/mtgo-labs/storage v0.5.0 // indirect golang.org/x/crypto v0.53.0 // indirect golang.org/x/sync v0.21.0 // indirect diff --git a/rawdebug/go.sum b/rawdebug/go.sum index f2a6614..dd4ac3b 100644 --- a/rawdebug/go.sum +++ b/rawdebug/go.sum @@ -1,7 +1,7 @@ -github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw= -github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= -github.com/mtgo-labs/mtgo v0.12.0 h1:ypEdBP0eKD/ukb+YMEzg8UniU3VJqEe8RFvEXgiyHBo= -github.com/mtgo-labs/mtgo v0.12.0/go.mod h1:lGqcsBWwCDLttUKTWJvyieyHhuWzLgWrhBO9GwGHiAI= +github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ= +github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= +github.com/mtgo-labs/mtgo v0.12.1 h1:ThvOGtY6EevwOS34UsDU7BqpB897PBcQpV3RmBR/CEE= +github.com/mtgo-labs/mtgo v0.12.1/go.mod h1:S2KSfF6wfI3tiZguK4qR4vPzFFFIGnoL/EmtQURZavs= github.com/mtgo-labs/storage v0.5.0 h1:x6asAZcLpfhqxEjR6kP4l42246R9XodZGawXsLWLuq8= github.com/mtgo-labs/storage v0.5.0/go.mod h1:sBMyZUmM0laJr1Zx4bAyYeQ6jpMCZJ64WPHcL8kNj70= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/scheduler/go.mod b/scheduler/go.mod index bdf44bf..d70024a 100644 --- a/scheduler/go.mod +++ b/scheduler/go.mod @@ -2,10 +2,10 @@ module github.com/mtgo-labs/plugins/scheduler go 1.26.2 -require github.com/mtgo-labs/mtgo v0.12.0 +require github.com/mtgo-labs/mtgo v0.12.1 require ( - github.com/klauspost/compress v1.18.7 // indirect + github.com/klauspost/compress v1.19.0 // indirect github.com/mtgo-labs/storage v0.5.0 // indirect golang.org/x/crypto v0.53.0 // indirect golang.org/x/sync v0.21.0 // indirect diff --git a/scheduler/go.sum b/scheduler/go.sum index f2a6614..dd4ac3b 100644 --- a/scheduler/go.sum +++ b/scheduler/go.sum @@ -1,7 +1,7 @@ -github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw= -github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= -github.com/mtgo-labs/mtgo v0.12.0 h1:ypEdBP0eKD/ukb+YMEzg8UniU3VJqEe8RFvEXgiyHBo= -github.com/mtgo-labs/mtgo v0.12.0/go.mod h1:lGqcsBWwCDLttUKTWJvyieyHhuWzLgWrhBO9GwGHiAI= +github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ= +github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= +github.com/mtgo-labs/mtgo v0.12.1 h1:ThvOGtY6EevwOS34UsDU7BqpB897PBcQpV3RmBR/CEE= +github.com/mtgo-labs/mtgo v0.12.1/go.mod h1:S2KSfF6wfI3tiZguK4qR4vPzFFFIGnoL/EmtQURZavs= github.com/mtgo-labs/storage v0.5.0 h1:x6asAZcLpfhqxEjR6kP4l42246R9XodZGawXsLWLuq8= github.com/mtgo-labs/storage v0.5.0/go.mod h1:sBMyZUmM0laJr1Zx4bAyYeQ6jpMCZJ64WPHcL8kNj70= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/throttle/go.mod b/throttle/go.mod index 38c8938..a0dcd1c 100644 --- a/throttle/go.mod +++ b/throttle/go.mod @@ -2,10 +2,10 @@ module github.com/mtgo-labs/plugins/throttle go 1.26.2 -require github.com/mtgo-labs/mtgo v0.12.0 +require github.com/mtgo-labs/mtgo v0.12.1 require ( - github.com/klauspost/compress v1.18.7 // indirect + github.com/klauspost/compress v1.19.0 // indirect github.com/mtgo-labs/storage v0.5.0 // indirect golang.org/x/crypto v0.53.0 // indirect golang.org/x/sync v0.21.0 // indirect diff --git a/throttle/go.sum b/throttle/go.sum index f2a6614..dd4ac3b 100644 --- a/throttle/go.sum +++ b/throttle/go.sum @@ -1,7 +1,7 @@ -github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw= -github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= -github.com/mtgo-labs/mtgo v0.12.0 h1:ypEdBP0eKD/ukb+YMEzg8UniU3VJqEe8RFvEXgiyHBo= -github.com/mtgo-labs/mtgo v0.12.0/go.mod h1:lGqcsBWwCDLttUKTWJvyieyHhuWzLgWrhBO9GwGHiAI= +github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ= +github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= +github.com/mtgo-labs/mtgo v0.12.1 h1:ThvOGtY6EevwOS34UsDU7BqpB897PBcQpV3RmBR/CEE= +github.com/mtgo-labs/mtgo v0.12.1/go.mod h1:S2KSfF6wfI3tiZguK4qR4vPzFFFIGnoL/EmtQURZavs= github.com/mtgo-labs/storage v0.5.0 h1:x6asAZcLpfhqxEjR6kP4l42246R9XodZGawXsLWLuq8= github.com/mtgo-labs/storage v0.5.0/go.mod h1:sBMyZUmM0laJr1Zx4bAyYeQ6jpMCZJ64WPHcL8kNj70= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/updatesrecovery/go.mod b/updatesrecovery/go.mod index dc7d42b..5cfdd77 100644 --- a/updatesrecovery/go.mod +++ b/updatesrecovery/go.mod @@ -3,12 +3,12 @@ module github.com/mtgo-labs/plugins/updatesrecovery go 1.26.2 require ( - github.com/mtgo-labs/mtgo v0.12.0 + github.com/mtgo-labs/mtgo v0.12.1 github.com/mtgo-labs/storage v0.5.0 ) require ( - github.com/klauspost/compress v1.18.7 // indirect + github.com/klauspost/compress v1.19.0 // indirect golang.org/x/crypto v0.53.0 // indirect golang.org/x/sync v0.21.0 // indirect golang.org/x/sys v0.46.0 // indirect diff --git a/updatesrecovery/go.sum b/updatesrecovery/go.sum index f2a6614..dd4ac3b 100644 --- a/updatesrecovery/go.sum +++ b/updatesrecovery/go.sum @@ -1,7 +1,7 @@ -github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw= -github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= -github.com/mtgo-labs/mtgo v0.12.0 h1:ypEdBP0eKD/ukb+YMEzg8UniU3VJqEe8RFvEXgiyHBo= -github.com/mtgo-labs/mtgo v0.12.0/go.mod h1:lGqcsBWwCDLttUKTWJvyieyHhuWzLgWrhBO9GwGHiAI= +github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ= +github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= +github.com/mtgo-labs/mtgo v0.12.1 h1:ThvOGtY6EevwOS34UsDU7BqpB897PBcQpV3RmBR/CEE= +github.com/mtgo-labs/mtgo v0.12.1/go.mod h1:S2KSfF6wfI3tiZguK4qR4vPzFFFIGnoL/EmtQURZavs= github.com/mtgo-labs/storage v0.5.0 h1:x6asAZcLpfhqxEjR6kP4l42246R9XodZGawXsLWLuq8= github.com/mtgo-labs/storage v0.5.0/go.mod h1:sBMyZUmM0laJr1Zx4bAyYeQ6jpMCZJ64WPHcL8kNj70= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=