diff --git a/go.mod b/go.mod index 67a2c7a..3beb86d 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( require ( github.com/alecthomas/assert/v2 v2.4.1 - github.com/atridadl/bmw v0.1.0 + github.com/atridadl/bmw v0.2.0 github.com/go-redis/redismock/v9 v9.2.0 github.com/google/uuid v1.6.0 // indirect github.com/joho/godotenv v1.5.1 diff --git a/go.sum b/go.sum index 237e9f3..29d2c2f 100644 --- a/go.sum +++ b/go.sum @@ -8,6 +8,8 @@ github.com/alecthomas/repr v0.3.0 h1:NeYzUPfjjlqHY4KtzgKJiWd6sVq2eNUPTi34PiFGjY8 github.com/alecthomas/repr v0.3.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/atridadl/bmw v0.1.0 h1:PoW3s5n6IAmsfOyZpWSvMgaTCe9r7lttyuIbXXIMc3E= github.com/atridadl/bmw v0.1.0/go.mod h1:LHXSDXKjmOvPXgDv32CDeu1nTmT+luIF+YR9xmqPvEw= +github.com/atridadl/bmw v0.2.0 h1:KkJAax25xMs9QEoTWMLrE77PBKf7p4SO7C9O19awynI= +github.com/atridadl/bmw v0.2.0/go.mod h1:LHXSDXKjmOvPXgDv32CDeu1nTmT+luIF+YR9xmqPvEw= github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs= github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c= github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=