diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 14:03:50 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 14:03:50 +0300 |
| commit | 26a0481d8275c6d7953aaeb72a316db69c150354 (patch) | |
| tree | 476c92929a3659e51091ada546dfb4778d41f757 /go.mod | |
| parent | 304510aefc7bb56a392c2adc973e1dc918d4f31b (diff) | |
http header bug fixed
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,6 +8,7 @@ require ( github.com/gin-gonic/gin v1.9.0 github.com/go-cmd/cmd v1.4.1 github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 + github.com/goccy/go-json v0.10.0 github.com/nicksnyder/go-i18n/v2 v2.2.1 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/pelletier/go-toml/v2 v2.0.7 @@ -30,7 +31,6 @@ require ( github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.11.2 // indirect - github.com/goccy/go-json v0.10.0 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/securecookie v1.1.1 // indirect |
