go.mod
3.78 KB
-
chore: Update dependencies and refactor JSON handling #614 · 7ae97088
- Removed the `bytedance/sonic` dependency and replaced its usage with the standard `encoding/json` package for JSON marshalling in `relay-text.go`. - Updated `go.mod` to reflect the removal of `sonic` and adjusted the version of `sonic/loader`. - Cleaned up `go.sum` to ensure consistency with the updated dependencies.
CalciumIon committed