github.com/lastbackend/toolkit@v0.0.0-20241020043710-cafa37b95aad/go.mod (about) 1 module github.com/lastbackend/toolkit 2 3 go 1.21.5 4 5 toolchain go1.21.6 6 7 require ( 8 github.com/caarlos0/env/v7 v7.1.0 9 github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be 10 github.com/envoyproxy/protoc-gen-validate v1.0.3 11 github.com/fatih/color v1.16.0 12 github.com/fatih/structs v1.1.0 13 github.com/google/uuid v1.5.0 14 github.com/gorilla/mux v1.8.1 15 github.com/gorilla/websocket v1.5.1 16 github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 17 github.com/improbable-eng/grpc-web v0.15.0 18 github.com/jedib0t/go-pretty/v6 v6.5.3 19 github.com/jhump/protoreflect v1.15.4 20 github.com/lastbackend/toolkit-plugins/postgres_gorm v0.0.0-20240114174800-797efec18f22 21 github.com/lastbackend/toolkit-plugins/redis v0.0.0-20240114174800-797efec18f22 22 github.com/magefile/mage v1.15.0 23 github.com/pkg/errors v0.9.1 24 github.com/urfave/cli/v2 v2.27.1 25 go.uber.org/fx v1.20.1 26 go.uber.org/zap v1.26.0 27 golang.org/x/net v0.20.0 28 golang.org/x/sync v0.6.0 29 golang.org/x/text v0.14.0 30 google.golang.org/genproto v0.0.0-20240108191215-35c7eff3a6b1 31 google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1 32 google.golang.org/grpc v1.60.1 33 google.golang.org/protobuf v1.35.1 34 ) 35 36 require ( 37 github.com/bufbuild/protocompile v0.7.1 // indirect 38 github.com/cenkalti/backoff/v4 v4.1.2 // indirect 39 github.com/cespare/xxhash/v2 v2.2.0 // indirect 40 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect 41 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect 42 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect 43 github.com/go-pg/pg/v10 v10.12.0 // indirect 44 github.com/go-pg/zerochecker v0.2.0 // indirect 45 github.com/golang-migrate/migrate/v4 v4.17.0 // indirect 46 github.com/golang/protobuf v1.5.3 // indirect 47 github.com/hashicorp/errwrap v1.1.0 // indirect 48 github.com/hashicorp/go-multierror v1.1.1 // indirect 49 github.com/jackc/pgpassfile v1.0.0 // indirect 50 github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect 51 github.com/jackc/pgx/v5 v5.4.3 // indirect 52 github.com/jinzhu/inflection v1.0.0 // indirect 53 github.com/jinzhu/now v1.1.5 // indirect 54 github.com/klauspost/compress v1.15.11 // indirect 55 github.com/lib/pq v1.10.9 // indirect 56 github.com/mattn/go-colorable v0.1.13 // indirect 57 github.com/mattn/go-isatty v0.0.20 // indirect 58 github.com/mattn/go-runewidth v0.0.15 // indirect 59 github.com/redis/go-redis/v9 v9.4.0 // indirect 60 github.com/rivo/uniseg v0.2.0 // indirect 61 github.com/rs/cors v1.7.0 // indirect 62 github.com/russross/blackfriday/v2 v2.1.0 // indirect 63 github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect 64 github.com/vmihailenco/bufpool v0.1.11 // indirect 65 github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect 66 github.com/vmihailenco/tagparser v0.1.2 // indirect 67 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect 68 github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect 69 go.uber.org/atomic v1.11.0 // indirect 70 go.uber.org/dig v1.17.0 // indirect 71 go.uber.org/multierr v1.11.0 // indirect 72 golang.org/x/crypto v0.18.0 // indirect 73 golang.org/x/sys v0.16.0 // indirect 74 google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect 75 gorm.io/driver/postgres v1.5.4 // indirect 76 gorm.io/gorm v1.25.5 // indirect 77 mellium.im/sasl v0.3.1 // indirect 78 nhooyr.io/websocket v1.8.6 // indirect 79 )