diff --git a/go.mod b/go.mod index 9fe990b..38ba79c 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/charmbracelet/x/ansi v0.11.8 github.com/mattn/go-isatty v0.0.24 github.com/muesli/termenv v0.16.0 - github.com/openclaw/crawlkit v0.16.1 + github.com/openclaw/crawlkit v0.16.3 github.com/zalando/go-keyring v0.2.8 golang.org/x/sys v0.48.0 modernc.org/sqlite v1.58.0 @@ -30,7 +30,6 @@ require ( github.com/dustin/go-humanize v1.0.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect github.com/godbus/dbus/v5 v5.2.2 // indirect - github.com/google/pprof v0.0.0-20260906184651-6331bc6350fe // indirect github.com/google/uuid v1.6.0 // indirect github.com/lucasb-eyer/go-colorful v1.4.1 // indirect github.com/mattn/go-localereader v0.0.1 // indirect @@ -43,10 +42,7 @@ require ( github.com/rivo/uniseg v0.4.7 // indirect github.com/stretchr/testify v1.12.1 // indirect github.com/xo/terminfo v1.0.0 // indirect - golang.org/x/exp v0.0.0-20260908205506-85c1c2202aba // indirect golang.org/x/text v0.42.0 // indirect - golang.org/x/tools v0.50.0 // indirect - modernc.org/cc/v4 v4.29.6 // indirect // Match the exact libc version required by modernc.org/sqlite's generated runtime. modernc.org/libc v1.75.6 // indirect modernc.org/mathutil v1.7.1 // indirect diff --git a/go.sum b/go.sum index a1605f5..be25757 100644 --- a/go.sum +++ b/go.sum @@ -62,8 +62,8 @@ github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk= github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w= github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls= -github.com/openclaw/crawlkit v0.16.1 h1:O3tieu+RU7Z6uXTUhqgjeQejaK3Z13x6+CEzV35LiQc= -github.com/openclaw/crawlkit v0.16.1/go.mod h1:JhEsXnoxozd2qp1p4Dw8ZhKzQoYm3WbrlvO0ILVx8cs= +github.com/openclaw/crawlkit v0.16.3 h1:LlqC24GEz/X2MFQINzuTU9a1bNRUVfkHFVCt/L3SSKg= +github.com/openclaw/crawlkit v0.16.3/go.mod h1:EfLf+VfxQZsMbrri0Sq0S4mCyhuZOHBizNISGuZXjSQ= github.com/pelletier/go-toml/v2 v2.4.3 h1:GTRvJQutkOSftxIFD5xw9aepkYNuPWmVJpffdDPYVpY= github.com/pelletier/go-toml/v2 v2.4.3/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE= @@ -93,8 +93,8 @@ golang.org/x/text v0.42.0 h1:JbOZXgfeCPU9gacVtYliJqOhD+zhrEqK4LfdpmlUZqI= golang.org/x/text v0.42.0/go.mod h1:ojzP1Z+2QtioaF8DTtO8K5q7JWVVYwZKenzujK0Zd0E= golang.org/x/tools v0.50.0 h1:c2ifzfcuY7L90lZ2aKd8S4K2NpASF08SZx9ZuJkHmSU= golang.org/x/tools v0.50.0/go.mod h1:7ulVMw3831Mwi5EZD6RomGyffr4VFjuNYXf2BbCEAV0= -modernc.org/cc/v4 v4.29.6 h1:Ay4rIZK6/XKsE7CrSS05/77GFeX/8dTsw33SqnRVwvo= -modernc.org/cc/v4 v4.29.6/go.mod h1:OnovgIhbbMXMu1aISnJ0wvVD1KnW+cAUJkIrAWh+kVI= +modernc.org/cc/v4 v4.29.7 h1:q+NXGJ0bK3b4TXFYQQVr9pYETGnmwFWkrUzJnMya/Tg= +modernc.org/cc/v4 v4.29.7/go.mod h1:OnovgIhbbMXMu1aISnJ0wvVD1KnW+cAUJkIrAWh+kVI= modernc.org/ccgo/v4 v4.35.0 h1:F+TUsmw09QxLzmi3aeYYGxjAXarmZaKgj3mKQHNaA8w= modernc.org/ccgo/v4 v4.35.0/go.mod h1:qrVGs9S3Sr2Ztcg9ve+kTAYMp5a3YvWjo+SoN06kJ5I= modernc.org/fileutil v1.4.0 h1:j6ZzNTftVS054gi281TyLjHPp6CPHr2KCxEXjEbD6SM=