Skip to content

Commit

Permalink
upgrade trades scraper suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Jan 31, 2025
1 parent ef97dcc commit d5bb999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/assetCollectionService/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/diadata-org/diadata/assetCollectionService
go 1.22

require (
github.com/diadata-org/diadata v1.4.567
github.com/diadata-org/diadata v1.4.569
github.com/sirupsen/logrus v1.9.3
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/exchange-scrapers/collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/diadata-org/diadata/exchange-scrapers/collector
go 1.22

require (
github.com/diadata-org/diadata v1.4.566
github.com/diadata-org/diadata v1.4.569
github.com/segmentio/kafka-go v0.4.35
github.com/sirupsen/logrus v1.9.3
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/liquidityScraper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/diadata-org/diadata/liquidityScraper
go 1.22

require (
github.com/diadata-org/diadata v1.4.566
github.com/diadata-org/diadata v1.4.569
github.com/sirupsen/logrus v1.9.3
)

Expand Down

0 comments on commit d5bb999

Please sign in to comment.