chore: use crawlkit v0.1.1

This commit is contained in:
Vincent Koc 2026-05-01 09:50:52 -07:00
parent ddf769d09b
commit 65672636de
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -22,7 +22,7 @@ require (
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/vincentkoc/crawlkit v0.1.0
github.com/vincentkoc/crawlkit v0.1.1
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/tools v0.44.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

4
go.sum
View File

@ -42,8 +42,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/vincentkoc/crawlkit v0.1.0 h1:8SedL2Pww6SSJqg6iLtqYh/LGIeyRfsEkHRonSEr/K4=
github.com/vincentkoc/crawlkit v0.1.0/go.mod h1:lJEfUjoyHIH/5s5uKU4NW8E7zCHy7+i2OtByGaa/oGc=
github.com/vincentkoc/crawlkit v0.1.1 h1:CEK6zf3O/RhKHPrSyqaPgf/cPSBGlhiJZs301OICsyA=
github.com/vincentkoc/crawlkit v0.1.1/go.mod h1:lJEfUjoyHIH/5s5uKU4NW8E7zCHy7+i2OtByGaa/oGc=
github.com/zalando/go-keyring v0.2.8 h1:6sD/Ucpl7jNq10rM2pgqTs0sZ9V3qMrqfIIy5YPccHs=
github.com/zalando/go-keyring v0.2.8/go.mod h1:tsMo+VpRq5NGyKfxoBVjCuMrG47yj8cmakZDO5QGii0=
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=