21 lines
598 B
Modula-2
21 lines
598 B
Modula-2
module jokes-bapak2-api
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.5.0
|
|
github.com/aldy505/bob v0.0.1
|
|
github.com/aldy505/phc-crypto v1.1.0
|
|
github.com/allegro/bigcache/v3 v3.0.0
|
|
github.com/georgysavva/scany v0.2.9
|
|
github.com/getsentry/sentry-go v0.11.0
|
|
github.com/go-redis/redis/v8 v8.11.0
|
|
github.com/gofiber/fiber/v2 v2.14.0
|
|
github.com/gojek/heimdall/v7 v7.0.2
|
|
github.com/jackc/pgx/v4 v4.11.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|