Add fsnotify v1.9.0 as direct dependency for identity file watching. Remove transitive deps that were only needed by the Anthropic SDK's Bedrock/Vertex integrations (AWS SDK, Google Cloud, OpenTelemetry, VCR). Bump go-json-experiment/json to latest.
86 lines
3.4 KiB
Modula-2
86 lines
3.4 KiB
Modula-2
module github.com/sipeed/picoclaw
|
|
|
|
go 1.26
|
|
|
|
replace charm.land/fantasy v0.8.1 => ./internal/fantasy
|
|
|
|
require (
|
|
charm.land/fantasy v0.8.1
|
|
github.com/ZanzyTHEbar/assert-lib v1.3.1
|
|
github.com/ZanzyTHEbar/errbuilder-go v1.5.1
|
|
github.com/adhocore/gronx v1.19.6
|
|
github.com/bwmarrin/discordgo v0.29.0
|
|
github.com/caarlos0/env/v11 v11.3.1
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
|
|
github.com/google/flatbuffers v25.12.19+incompatible
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/larksuite/oapi-sdk-go/v3 v3.5.3
|
|
github.com/mymmrac/telego v1.6.0
|
|
github.com/open-dingtalk/dingtalk-stream-sdk-go v0.9.1
|
|
github.com/openai/openai-go/v2 v2.7.1
|
|
github.com/pkoukk/tiktoken-go v0.1.6
|
|
github.com/pressly/goose/v3 v3.26.0
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/slack-go/slack v0.17.3
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/tencent-connect/botgo v0.2.1
|
|
github.com/tetratelabs/wazero v1.11.0
|
|
github.com/tursodatabase/go-libsql v0.0.0-20251219133454-43644db490ff
|
|
golang.org/x/crypto v0.48.0
|
|
golang.org/x/oauth2 v0.35.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/bytedance/gopkg v0.1.3 // indirect
|
|
github.com/bytedance/sonic v1.15.0 // indirect
|
|
github.com/bytedance/sonic/loader v0.5.0 // indirect
|
|
github.com/charmbracelet/x/exp/slice v0.0.0-20250904123553-b4e2667e5ad5 // indirect
|
|
github.com/charmbracelet/x/json v0.2.0 // indirect
|
|
github.com/cloudwego/base64x v0.1.6 // indirect
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
github.com/go-resty/resty/v2 v2.17.1 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/grbit/go-json v0.11.0 // indirect
|
|
github.com/kaptinlin/go-i18n v0.2.3 // indirect
|
|
github.com/kaptinlin/jsonpointer v0.4.9 // indirect
|
|
github.com/kaptinlin/jsonschema v0.6.10 // indirect
|
|
github.com/kaptinlin/messageformat-go v0.4.9 // indirect
|
|
github.com/klauspost/compress v1.18.4 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/qmuntal/stateless v1.8.0 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
|
github.com/tidwall/match v1.2.0 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.69.0 // indirect
|
|
github.com/valyala/fastjson v1.6.7 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/arch v0.24.0 // indirect
|
|
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
|
|
golang.org/x/net v0.50.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|