gin-gonic / gin

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

Home Page:https://gin-gonic.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please consider remove github.com/bytedance/sonic from dependencies

hailinzhg opened this issue · comments

  • With issues:
    • Use the search tool before opening a new issue.
    • Please provide source code and commit sha if you found a bug.
    • Review existing issues and provide feedback or react to them.

Description

module github.com/bytedance/sonic is not well maintained and it's sum changes violently.
image

Environment

  • go version: v1.21.9
  • gin version (or commit ref): v1.9.0
  • operating system:

Sorry for disturbing you. We pushed a new version (sonic v1.11.6 ) to resolve this problem

Sorry for disturbing you. We pushed a new version (sonic v1.11.6 ) to resolve this problem

Thanks for your reply.

Gin is a good framework and I'm grateful for all the contributors. But now it seems it's carrying too much dependencies that someone may not need. Wish the pluggable functions moved to separate go modules so that users can plug in when need, that will greatly help a go project's simplicity.