yaxc/go.mod
dependabot[bot] 83255bdf3f
Bump github.com/gofiber/fiber/v2 from 2.39.0 to 2.43.0
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.39.0 to 2.43.0.
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](https://github.com/gofiber/fiber/compare/v2.39.0...v2.43.0)

---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 14:58:30 +00:00

17 lines
439 B
Modula-2

module github.com/darmiel/yaxc
go 1.16
require (
github.com/atotto/clipboard v0.1.4
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.43.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/imroc/req v0.3.2
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/termenv v0.13.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.13.0
)