jokes-bapak2/api/go.mod

27 lines
945 B
Modula-2
Raw Normal View History

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
github.com/aldy505/bob v0.0.2
2021-07-09 06:11:11 +00:00
github.com/aldy505/phc-crypto v1.1.0
2021-07-18 07:31:14 +00:00
github.com/allegro/bigcache/v2 v2.2.5 // indirect
github.com/allegro/bigcache/v3 v3.0.0
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.15.0
2021-07-14 18:17:01 +00:00
github.com/gojek/heimdall/v7 v7.0.2
github.com/jackc/pgx/v4 v4.12.0
2021-07-09 12:13:19 +00:00
github.com/joho/godotenv v1.3.0
2021-08-04 05:56:14 +00:00
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/stretchr/testify v1.7.0
2021-08-04 05:56:14 +00:00
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2021-05-02 07:49:13 +00:00
)