Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 11, 2024
1 parent 272371d commit 2b93407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module crawlab

go 1.22.9

require github.com/crawlab-team/crawlab/core v0.0.0-20241124022343-af3749d91332
require github.com/crawlab-team/crawlab/core v0.0.0-20241211140534-272371d9cef8

require (
cloud.google.com/go/auth v0.7.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSV
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/crawlab-team/crawlab/core v0.0.0-20241124022343-af3749d91332 h1:aRgBlGG9/QcCuN/rm6mpbjwrDFNMx0EBsAyeJxs7kgo=
github.com/crawlab-team/crawlab/core v0.0.0-20241124022343-af3749d91332/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
github.com/crawlab-team/crawlab/core v0.0.0-20241211140534-272371d9cef8 h1:gOR/6q1Vksa1aJ/pjECTkLaaWp6mIKcDZ56mA3BO7q4=
github.com/crawlab-team/crawlab/core v0.0.0-20241211140534-272371d9cef8/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
github.com/crawlab-team/crawlab/db v0.0.0-20241124022343-af3749d91332 h1:qRdO6u2E819iBSev33ypbUvPZpCB07Zmtt208OpxbEw=
github.com/crawlab-team/crawlab/db v0.0.0-20241124022343-af3749d91332/go.mod h1:Bbhjt/gx9+AOybNVWbslVvs/Gckd/ytvUA1VSh+RHmo=
github.com/crawlab-team/crawlab/grpc v0.0.0-20241124022343-af3749d91332 h1:2a1AA7gzW3u7QEpxvEtb6kdN3g7M6Jk9jcBi1OrLBn8=
Expand Down

0 comments on commit 2b93407

Please sign in to comment.