Skip to content

Commit

Permalink
feat: updated dependency config setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 16, 2024
1 parent 79c1d5d commit 27a8f19
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-20241214141822-25580b469457
require github.com/crawlab-team/crawlab/core v0.0.0-20241216134403-79c1d5d14b9f

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 @@ -138,6 +138,8 @@ github.com/crawlab-team/crawlab/core v0.0.0-20241211140534-272371d9cef8 h1:gOR/6
github.com/crawlab-team/crawlab/core v0.0.0-20241211140534-272371d9cef8/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
github.com/crawlab-team/crawlab/core v0.0.0-20241214141822-25580b469457 h1:ElesBDEiRN1t/CJjktY1n7H0PqsXP4eEOdaVse3JynQ=
github.com/crawlab-team/crawlab/core v0.0.0-20241214141822-25580b469457/go.mod h1:NNlVh+/tVVM7fjI8CHwefYcYGZqhHQgG5Z//8zYbn8M=
github.com/crawlab-team/crawlab/core v0.0.0-20241216134403-79c1d5d14b9f h1:GbHwqeaafotgswEYzVvlkwmzTss7RuV5fZgfcaJsk6Q=
github.com/crawlab-team/crawlab/core v0.0.0-20241216134403-79c1d5d14b9f/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 27a8f19

Please sign in to comment.