From ae6ae14fc8202f191063f20b63e41972e6785c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:23:08 +0000 Subject: [PATCH] Bump github.com/samber/mo from 1.10.0 to 1.11.0 Bumps [github.com/samber/mo](https://github.com/samber/mo) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/samber/mo/releases) - [Commits](https://github.com/samber/mo/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/samber/mo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6ce3ead..64109b2 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/mitchellh/hashstructure/v2 v2.0.2 github.com/repeale/fp-go v0.11.1 github.com/rotisserie/eris v0.5.4 - github.com/samber/mo v1.10.0 + github.com/samber/mo v1.11.0 github.com/shopspring/decimal v1.3.1 github.com/stretchr/testify v1.8.4 github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 diff --git a/go.sum b/go.sum index 77c88b2..228b8f6 100644 --- a/go.sum +++ b/go.sum @@ -189,8 +189,8 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L github.com/rotisserie/eris v0.5.4 h1:Il6IvLdAapsMhvuOahHWiBnl1G++Q0/L5UIkI5mARSk= github.com/rotisserie/eris v0.5.4/go.mod h1:Z/kgYTJiJtocxCbFfvRmO+QejApzG6zpyky9G1A4g9s= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/samber/mo v1.10.0 h1:dxwUGzd5i2FyPQJZzTIdexUuQC6WhXlq7zUJ9o7XCqI= -github.com/samber/mo v1.10.0/go.mod h1:BfkrCPuYzVG3ZljnZB783WIJIGk1mcZr9c9CPf8tAxs= +github.com/samber/mo v1.11.0 h1:ZOiSkrGGpNhVv/1dxP02risztdMTIwE8KSW9OG4k5bY= +github.com/samber/mo v1.11.0/go.mod h1:BfkrCPuYzVG3ZljnZB783WIJIGk1mcZr9c9CPf8tAxs= github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4/go.mod h1:C1a7PQSMz9NShzorzCiG2fk9+xuCgLkPeCvMHYR2OWg= github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8= github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=