2021-07-14 18:17:01 +00:00
|
|
|
module jokes-bapak2-api
|
2021-05-02 07:49:13 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-07-09 06:11:11 +00:00
|
|
|
github.com/Masterminds/squirrel v1.5.0
|
2021-07-09 12:13:19 +00:00
|
|
|
github.com/aldy505/bob v0.0.1
|
2021-07-09 06:11:11 +00:00
|
|
|
github.com/aldy505/phc-crypto v1.1.0
|
2021-07-17 09:06:33 +00:00
|
|
|
github.com/georgysavva/scany v0.2.9
|
2021-07-09 06:11:11 +00:00
|
|
|
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
|
2021-07-14 18:17:01 +00:00
|
|
|
github.com/gojek/heimdall/v7 v7.0.2
|
2021-07-09 06:11:11 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.11.0
|
2021-07-09 12:13:19 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2021-07-17 09:06:33 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-07-17 11:25:03 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2021-05-02 07:49:13 +00:00
|
|
|
)
|