2020-05-23 21:51:11 +00:00
|
|
|
module github.com/zikaeroh/codies
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-06-03 01:57:51 +00:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-05-23 21:51:11 +00:00
|
|
|
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
|
2020-08-25 03:19:46 +00:00
|
|
|
github.com/mailru/easyjson v0.7.6
|
2020-09-08 05:34:11 +00:00
|
|
|
github.com/markbates/pkger v0.17.1
|
2020-05-23 21:51:11 +00:00
|
|
|
github.com/posener/ctxutil v1.0.0
|
2020-07-03 17:57:32 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
2020-05-23 21:51:11 +00:00
|
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
|
|
|
github.com/tomwright/queryparam/v4 v4.1.0
|
2020-06-14 00:03:47 +00:00
|
|
|
github.com/zikaeroh/ctxjoin v0.0.0-20200613235025-e3d47af29310
|
2020-06-14 19:12:37 +00:00
|
|
|
github.com/zikaeroh/ctxlog v0.0.0-20200613043947-8791c8613223
|
2020-05-23 21:51:11 +00:00
|
|
|
go.uber.org/atomic v1.6.0
|
2020-09-02 04:44:57 +00:00
|
|
|
go.uber.org/zap v1.16.0
|
2020-07-03 17:57:32 +00:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-05-23 21:51:11 +00:00
|
|
|
gotest.tools/v3 v3.0.2
|
|
|
|
nhooyr.io/websocket v1.8.6
|
|
|
|
)
|