proxy.golang.org : github.com/danicc097/openapi-go-gin-postgres-sqlc : v0.0.0-20221110083600-fce502d000eb
API-first and Database-first approach with OpenAPI v3 and sqlc/xo codegen, end to end tracing with OpenTelemetry and a smart Bash repo task manager.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/danicc097/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a
- github.com/alicebob/miniredis/v2 v2.23.0
- github.com/apapsch/go-jsonmerge/v2 v2.0.0
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.1.2
- github.com/danicc097/xo v0.0.0-20221026201620-fb9af03a943d
- github.com/dave/dst v0.27.0
- github.com/davecgh/go-spew v1.1.1
- github.com/deepmap/oapi-codegen v1.11.1-0.20221025065958-57a4b26d477f
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/fsnotify/fsnotify v1.5.1
- github.com/getkin/kin-openapi v0.107.0
- github.com/gin-contrib/cors v1.4.0
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-contrib/zap v0.0.2
- github.com/gin-gonic/gin v1.8.1
- github.com/go-logr/logr v1.2.3
- github.com/go-logr/stdr v1.2.2
- github.com/go-openapi/jsonpointer v0.19.5
- github.com/go-openapi/swag v0.21.1
- github.com/go-playground/locales v0.14.0
- github.com/go-playground/universal-translator v0.18.0
- github.com/go-playground/validator/v10 v10.11.0
- github.com/go-redis/redis/v8 v8.11.5
- github.com/gobwas/glob v0.2.3
- github.com/goccy/go-json v0.9.10
- github.com/golang-migrate/migrate/v4 v4.15.2
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.9
- github.com/google/uuid v1.3.0
- github.com/gorilla/mux v1.8.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/inconshreveable/mousetrap v1.0.1
- github.com/invopop/yaml v0.1.0
- github.com/jackc/chunkreader/v2 v2.0.1
- github.com/jackc/pgconn v1.12.1
- github.com/jackc/pgio v1.0.0
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgproto3/v2 v2.3.0
- github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
- github.com/jackc/pgtype v1.11.0
- github.com/jackc/pgx/v4 v4.16.1
- github.com/jackc/puddle v1.2.1
- github.com/joho/godotenv v1.4.0
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/kenshaw/inflector v0.2.0
- github.com/kenshaw/snaker v0.2.0
- github.com/labstack/echo/v4 v4.9.1
- github.com/labstack/gommon v0.4.0
- github.com/leodido/go-urn v1.2.1
- github.com/lib/pq v1.10.7
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.16
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
- github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/pelletier/go-toml/v2 v2.0.2
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.13.0
- github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.37.0
- github.com/prometheus/procfs v0.8.0
- github.com/sirupsen/logrus v1.9.0
- github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
- github.com/smartystreets/gunit v1.4.3
- github.com/spf13/cobra v1.6.1
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.8.1
- github.com/ugorji/go/codec v1.2.7
- github.com/valyala/bytebufferpool v1.0.0
- github.com/valyala/fasttemplate v1.2.1
- github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
- go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.36.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.1
- go.opentelemetry.io/contrib/propagators/jaeger v1.10.0
- go.opentelemetry.io/otel v1.10.0
- go.opentelemetry.io/otel/exporters/jaeger v1.10.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.10.0
- go.opentelemetry.io/otel/sdk v1.10.0
- go.opentelemetry.io/otel/trace v1.10.0
- go.uber.org/atomic v1.9.0
- go.uber.org/multierr v1.6.0
- go.uber.org/zap v1.19.1
- golang.org/x/crypto v0.1.0
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
- golang.org/x/mod v0.6.0
- golang.org/x/net v0.1.0
- golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
- golang.org/x/sys v0.1.0
- golang.org/x/text v0.4.0
- golang.org/x/time v0.0.0-20220411224347-583f2d630306
- golang.org/x/tools v0.2.0
- google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e
- google.golang.org/grpc v1.49.0
- google.golang.org/protobuf v1.28.1
- gopkg.in/guregu/null.v4 v4.0.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- mvdan.cc/gofumpt v0.4.0