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/bketelsen/crypt v0.0.4 // indirect
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2022-10-28 21:58:03 +08:00
|
|
|
github.com/gofiber/fiber/v2 v2.39.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-05-01 22:08:10 +08:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2021-07-27 18:12:32 +08:00
|
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
2022-05-01 22:08:10 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2022-10-28 21:58:03 +08:00
|
|
|
github.com/spf13/cobra v1.6.1
|
|
|
|
github.com/spf13/viper v1.13.0
|
2021-07-27 18:12:32 +08:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2021-03-22 20:40:09 +08:00
|
|
|
)
|