Skip to content

Commit 57a49be

Browse files
committed
chore: correct crawlkit to v0.7.0
1 parent bf33f6b commit 57a49be

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Changes
66

7-
- Update `crawlkit` to v0.9.0.
7+
- Update `crawlkit` to v0.7.0.
88

99
### Fixes
1010

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/muesli/cancelreader v0.2.2 // indirect
4545
github.com/muesli/termenv v0.16.0 // indirect
4646
github.com/ncruces/go-strftime v1.0.0 // indirect
47-
github.com/openclaw/crawlkit v0.9.0
47+
github.com/openclaw/crawlkit v0.7.0
4848
github.com/pmezard/go-difflib v1.0.0 // indirect
4949
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
5050
github.com/rivo/uniseg v0.4.7 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc
7171
github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk=
7272
github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w=
7373
github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
74-
github.com/openclaw/crawlkit v0.9.0 h1:d2lIhVE2WixyyNgyzKDoJfWg5hm2njg0URQumbIZaA8=
75-
github.com/openclaw/crawlkit v0.9.0/go.mod h1:2XkSx3N8yzyjc+Jyf1Zl9VEQVlElh/dzBMW1cRMQQGw=
74+
github.com/openclaw/crawlkit v0.7.0 h1:mh8ZDEUP5hOQZcIY2DVo6Chy1SGu/2Re4olCuT/578k=
75+
github.com/openclaw/crawlkit v0.7.0/go.mod h1:2XkSx3N8yzyjc+Jyf1Zl9VEQVlElh/dzBMW1cRMQQGw=
7676
github.com/pelletier/go-toml/v2 v2.3.1 h1:MYEvvGnQjeNkRF1qUuGolNtNExTDwct51yp7olPtrEc=
7777
github.com/pelletier/go-toml/v2 v2.3.1/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
7878
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=

0 commit comments

Comments
 (0)