yaxc/go.mod

17 lines
439 B
Modula-2
Raw Normal View History

2021-03-22 20:40:09 +08:00
module github.com/darmiel/yaxc
2021-03-22 20:23:27 +08:00
go 1.16
2021-03-22 20:40:09 +08:00
require (
2021-04-03 18:03:09 +08:00
github.com/atotto/clipboard v0.1.4
2022-05-01 22:08:10 +08:00
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.43.0
2021-09-09 03:17:23 +08:00
github.com/golang-jwt/jwt v3.2.2+incompatible
2022-05-01 22:08:10 +08:00
github.com/imroc/req v0.3.2
2021-03-22 20:40:09 +08:00
github.com/mitchellh/go-homedir v1.1.0
2022-10-28 21:58:03 +08:00
github.com/muesli/termenv v0.13.0
2021-03-26 18:18:40 +08:00
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
2022-10-28 21:58:03 +08:00
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.13.0
2021-03-22 20:40:09 +08:00
)