19 lines
535 B
Modula-2
19 lines
535 B
Modula-2
module github.com/zikaeroh/codies
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-chi/chi v4.1.1+incompatible
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
|
|
github.com/mailru/easyjson v0.7.1
|
|
github.com/mjibson/esc v0.2.0
|
|
github.com/posener/ctxutil v1.0.0
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
|
github.com/tomwright/queryparam/v4 v4.1.0
|
|
go.uber.org/atomic v1.6.0
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
gotest.tools/v3 v3.0.2
|
|
nhooyr.io/websocket v1.8.6
|
|
)
|