diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,7 @@ module dove go 1.25.0 require ( + github.com/gofiber/fiber/v2 v2.52.12 github.com/pelletier/go-toml/v2 v2.2.4 go.uber.org/zap v1.27.1 gorm.io/driver/sqlite v1.6.0 @@ -11,7 +12,6 @@ require ( require ( github.com/andybalholm/brotli v1.1.0 // indirect - github.com/gofiber/fiber/v2 v2.52.12 // indirect github.com/google/uuid v1.6.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect |
