diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ require ( github.com/Workiva/go-datastructures v1.1.0 github.com/gin-contrib/sessions v0.0.4 github.com/gin-gonic/gin v1.9.1 - github.com/go-cmd/cmd v1.4.1 github.com/goccy/go-json v0.10.2 github.com/mymmrac/telego v0.25.0 github.com/nicksnyder/go-i18n/v2 v2.2.1 @@ -17,7 +16,7 @@ require ( github.com/xtls/xray-core v1.8.1 go.uber.org/atomic v1.11.0 golang.org/x/text v0.10.0 - google.golang.org/grpc v1.55.0 + google.golang.org/grpc v1.56.0 gorm.io/driver/sqlite v1.5.2 gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 ) |
