Update dependencies to version 0.4.0
This commit is contained in:
parent
78f7ce8bc6
commit
5cfe08063d
3 changed files with 4 additions and 6 deletions
2
go.mod
2
go.mod
|
@ -24,7 +24,7 @@ require (
|
|||
|
||||
require (
|
||||
github.com/alecthomas/assert/v2 v2.4.1
|
||||
github.com/atridadl/bmw v0.2.0
|
||||
github.com/atridadl/bmw v0.4.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
|
||||
|
|
6
go.sum
6
go.sum
|
@ -6,10 +6,8 @@ github.com/alecthomas/chroma/v2 v2.12.0/go.mod h1:4TQu7gdfuPjSh76j78ietmqh9LiurG
|
|||
github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae/go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8=
|
||||
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/atridadl/bmw v0.4.0 h1:/0q2Tf+EBCGz24xtHIwEylqwxUo3mLTFpkdKyYBedSU=
|
||||
github.com/atridadl/bmw v0.4.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=
|
||||
|
|
2
main.go
2
main.go
|
@ -9,7 +9,7 @@ import (
|
|||
"goth.stack/api"
|
||||
"goth.stack/pages"
|
||||
|
||||
bmw "github.com/atridadl/bmw"
|
||||
"github.com/atridadl/bmw"
|
||||
"github.com/joho/godotenv"
|
||||
"github.com/uptrace/bunrouter"
|
||||
"github.com/uptrace/bunrouter/extra/reqlog"
|
||||
|
|
Loading…
Add table
Reference in a new issue