diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-12-10 17:40:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-10 17:40:07 +0300 |
| commit | 9fbe80f87f950673058f0001b3704251fa8b9243 (patch) | |
| tree | b11d0c1ed3c15c8f6f891a5e6df8e021d5db8ab6 /go.mod | |
| parent | 0f05537a5d3016d9fd574fb9a99c69952d243a10 (diff) | |
| parent | 36cf7c0a8fda915b51e75958ce729fd9a61a5c90 (diff) | |
Merge branch 'main' into dev
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,7 @@ require ( github.com/gin-gonic/gin v1.9.1 github.com/goccy/go-json v0.10.2 github.com/mymmrac/telego v0.28.0 - github.com/nicksnyder/go-i18n/v2 v2.2.2 + github.com/nicksnyder/go-i18n/v2 v2.3.0 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/pelletier/go-toml/v2 v2.1.0 github.com/robfig/cron/v3 v3.0.1 @@ -22,7 +22,6 @@ require ( ) require ( - github.com/BurntSushi/toml v1.3.2 // indirect github.com/andybalholm/brotli v1.0.6 // indirect github.com/bytedance/sonic v1.10.2 // indirect github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect |
