57 lines
2.4 KiB
Modula-2
57 lines
2.4 KiB
Modula-2
module jokes-bapak2-api
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.5.0
|
|
github.com/aldy505/bob v0.0.2
|
|
github.com/aldy505/phc-crypto v1.1.0
|
|
github.com/allegro/bigcache/v2 v2.2.5 // indirect
|
|
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.15.0
|
|
github.com/gojek/heimdall/v7 v7.0.2
|
|
github.com/jackc/pgx v3.6.2+incompatible
|
|
github.com/jackc/pgx/v4 v4.12.0
|
|
github.com/joho/godotenv v1.3.0
|
|
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 // indirect
|
|
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
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/gojek/valkyrie v0.0.0-20180215180059-6aee720afcdf // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/jackc/pgconn v1.9.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.8.0 // indirect
|
|
github.com/jackc/puddle v1.1.3 // indirect
|
|
github.com/klauspost/compress v1.12.2 // indirect
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.26.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
)
|