Skip to content

Commit

Permalink
fix: dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 14, 2024
1 parent 7b4ee83 commit 14394fa
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
12 changes: 6 additions & 6 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replace (
github.com/crawlab-team/crawlab/vcs => ../vcs
)

require github.com/crawlab-team/crawlab/core v0.0.0-20240614094818-e8f694eab76e
require github.com/crawlab-team/crawlab/core v0.0.0-20240614095218-7b4ee8399ab0

require (
dario.cat/mergo v1.0.0 // indirect
Expand All @@ -38,11 +38,11 @@ require (
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/crawlab-team/crawlab/db v0.6.0-1 // indirect
github.com/crawlab-team/crawlab/fs v0.0.0-20240614094818-e8f694eab76e // indirect
github.com/crawlab-team/crawlab/grpc v0.0.0-20240614094818-e8f694eab76e // indirect
github.com/crawlab-team/crawlab/template-parser v0.0.0-20240614094818-e8f694eab76e // indirect
github.com/crawlab-team/crawlab/vcs v0.0.0-20240614094818-e8f694eab76e // indirect
github.com/crawlab-team/crawlab/db v0.0.0-20240614095218-7b4ee8399ab0 // indirect
github.com/crawlab-team/crawlab/fs v0.0.0-20240614095218-7b4ee8399ab0 // indirect
github.com/crawlab-team/crawlab/grpc v0.0.0-20240614095218-7b4ee8399ab0 // indirect
github.com/crawlab-team/crawlab/template-parser v0.0.0-20240614095218-7b4ee8399ab0 // indirect
github.com/crawlab-team/crawlab/vcs v0.0.0-20240614095218-7b4ee8399ab0 // indirect
github.com/crawlab-team/goseaweedfs v0.6.0-beta.20211101.1936.0.20220912021203-dfee5f74dd69 // indirect
github.com/denisenkom/go-mssqldb v0.11.0 // indirect
github.com/elastic/elastic-transport-go/v8 v8.2.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ require (
github.com/ReneKroon/ttlcache v1.7.0
github.com/apex/log v1.9.0
github.com/cenkalti/backoff/v4 v4.1.0
github.com/crawlab-team/crawlab/db v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/fs v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/grpc v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/template-parser v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/trace v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/vcs v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/db v0.0.0-20240614095218-7b4ee8399ab0
github.com/crawlab-team/crawlab/fs v0.0.0-20240614095218-7b4ee8399ab0
github.com/crawlab-team/crawlab/grpc v0.0.0-20240614095218-7b4ee8399ab0
github.com/crawlab-team/crawlab/template-parser v0.0.0-20240614095218-7b4ee8399ab0
github.com/crawlab-team/crawlab/trace v0.0.0-20240614095218-7b4ee8399ab0
github.com/crawlab-team/crawlab/vcs v0.0.0-20240614095218-7b4ee8399ab0
github.com/elastic/go-elasticsearch/v8 v8.7.0
github.com/emirpasic/gods v1.18.1
github.com/fsnotify/fsnotify v1.7.0
Expand Down
2 changes: 2 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdv
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
Expand Down Expand Up @@ -785,6 +786,7 @@ go.uber.org/dig v1.10.0 h1:yLmDDj9/zuDjv3gz8GQGviXMs9TfysIUMUilCpgzUJY=
go.uber.org/dig v1.10.0/go.mod h1:X34SnWGr8Fyla9zQNO2GSO2D+TIuqB14OS8JhYocIyw=
go.uber.org/goleak v0.10.0/go.mod h1:VCZuO8V8mFPlL0F5J5GK1rtHV3DrFcQ1R8ryq7FK0aI=
go.uber.org/goleak v1.1.11 h1:wy28qYRKZgnJTxGxvye5/wgWr1EKjmUDGYox5mGlRlI=
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4=
go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU=
Expand Down
2 changes: 1 addition & 1 deletion db/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/crawlab-team/crawlab/trace => ../trace
require (
github.com/apex/log v1.9.0
github.com/cenkalti/backoff/v4 v4.1.0
github.com/crawlab-team/crawlab/trace v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/trace v0.0.0-20240614095218-7b4ee8399ab0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jmoiron/sqlx v1.2.0
github.com/spf13/viper v1.19.0
Expand Down
2 changes: 1 addition & 1 deletion fs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/crawlab-team/crawlab/trace => ../trace
require (
github.com/apex/log v1.9.0
github.com/cenkalti/backoff/v4 v4.1.0
github.com/crawlab-team/crawlab/trace v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/trace v0.0.0-20240614095218-7b4ee8399ab0
github.com/crawlab-team/goseaweedfs v0.6.0-beta.20211101.1936.0.20220912021203-dfee5f74dd69
github.com/emirpasic/gods v1.18.1
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion template-parser/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
replace github.com/crawlab-team/crawlab/db => ../db

require (
github.com/crawlab-team/crawlab/db v0.0.0-20240614094818-e8f694eab76e
github.com/crawlab-team/crawlab/db v0.0.0-20240614095218-7b4ee8399ab0
github.com/robertkrimen/otto v0.0.0-20210614181706-373ff5438452
github.com/stretchr/testify v1.9.0
go.mongodb.org/mongo-driver v1.15.0
Expand Down

0 comments on commit 14394fa

Please sign in to comment.