Skip to content

Commit

Permalink
fix(deps): update 3d-parties
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 4, 2024
1 parent 3d87e82 commit fcbc055
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.21
toolchain go1.21.4

require (
github.com/dal-go/dalgo v0.12.0
github.com/dal-go/dalgo-end2end-tests v0.0.35
github.com/dal-go/dalgo v0.12.1
github.com/dal-go/dalgo-end2end-tests v0.0.36
github.com/dgraph-io/badger/v4 v4.2.0
)

Expand All @@ -25,7 +25,7 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/strongo/random v0.0.1 // indirect
github.com/strongo/validation v0.0.6 // indirect
go.opencensus.io v0.24.0 // indirect
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ github.com/dal-go/dalgo v0.10.2 h1:kBVNpH3wRK4uP9eBwMYsL5U5QjvPX8jYcZAgJgaG2tE=
github.com/dal-go/dalgo v0.10.2/go.mod h1:741DXTLpQfmvkazyEiivX8OBFylpzS1QErdh/6WquqI=
github.com/dal-go/dalgo v0.12.0 h1:giibzqo6mIkU06b0r4uKb3ZEa2agtj1qnL8RNa6sOBM=
github.com/dal-go/dalgo v0.12.0/go.mod h1:741DXTLpQfmvkazyEiivX8OBFylpzS1QErdh/6WquqI=
github.com/dal-go/dalgo v0.12.1 h1:3W95xOSC7CLgH3OQppNOWoIaMkon8GlQmgYxxO5qnvs=
github.com/dal-go/dalgo v0.12.1/go.mod h1:gzBMQn5sfUcHcx+7FNpO+FQz7guT/AAYgzXM4300rAY=
github.com/dal-go/dalgo-end2end-tests v0.0.32 h1:3wxdCdPs9VavTfBzm52ccskCzTn0zV+X6i1q5gs9UIc=
github.com/dal-go/dalgo-end2end-tests v0.0.32/go.mod h1:il5AZDJlZtrjIUjtvz2pjMdm2wMYminKxZi5BG6MWgU=
github.com/dal-go/dalgo-end2end-tests v0.0.33 h1:momZLyKo3jyUsqK396lsNbnQImSbQHgiAVNGLjso1to=
Expand All @@ -23,6 +25,8 @@ github.com/dal-go/dalgo-end2end-tests v0.0.34 h1:PPeQZnDb32BURlblNx9WiUIN9FryFeK
github.com/dal-go/dalgo-end2end-tests v0.0.34/go.mod h1:QWbwZQlSb3egROsZKgpvTmT4a6OHnwRncOQjmGY504o=
github.com/dal-go/dalgo-end2end-tests v0.0.35 h1:doIS7nwZGP6REWlul7P7BwwT58Lpax1Akz6Z+Nn3wQM=
github.com/dal-go/dalgo-end2end-tests v0.0.35/go.mod h1:MtGaANMiIZQqUDnfainKdBJMnIyDNu0LSHg9TlM3MwQ=
github.com/dal-go/dalgo-end2end-tests v0.0.36 h1:hPB1P7qkr3mpf3KbRdBPiA+36hzHpN79k1/fz0MU36Y=
github.com/dal-go/dalgo-end2end-tests v0.0.36/go.mod h1:73ZYSP6dOsK3uEBc+y7zTEAp9n+xp7vDkX/ClnjQulY=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down Expand Up @@ -94,6 +98,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/strongo/random v0.0.1 h1:OZHJBb/3uEa7OX8L2Dv2pLnSeewRmXMyTACoeto6O8I=
github.com/strongo/random v0.0.1/go.mod h1:/pSI+SjBNLBkjljNtVdYr6ERddA+LqSa87o0/s+9iuU=
github.com/strongo/validation v0.0.5 h1:O+eJM06v+rR+ZUua7kBi1JCK4a7JXMlkS7pmXkhxFJc=
Expand Down

0 comments on commit fcbc055

Please sign in to comment.