All checks were successful
continuous-integration/drone/push Build is passing
49 lines
1.9 KiB
Modula-2
49 lines
1.9 KiB
Modula-2
module git.pbiernat.dev/egommerce/basket-service
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
git.pbiernat.dev/egommerce/go-api-pkg v0.0.101
|
|
github.com/georgysavva/scany/v2 v2.0.0
|
|
github.com/gofiber/fiber/v2 v2.40.1
|
|
github.com/jackc/pgtype v1.12.0
|
|
github.com/jackc/pgx/v5 v5.1.1
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/streadway/amqp v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fluent/fluent-logger-golang v1.9.0 // indirect
|
|
github.com/hashicorp/consul/api v1.18.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.3.1 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/puddle/v2 v2.1.2 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.41.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
|
|
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|