proxy.golang.org : github.com/ardanlabs/service : v0.0.0-20231130190421-7f06cb66d8c4
Starter-kit for writing services in Go using Kubernetes.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/ardanlabs/service@v0.0.0-20231130190421-7f06cb66d8c4
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/BurntSushi/toml v1.3.2
- github.com/DataDog/hyperloglog v0.0.0-20220804205443-1806d9b66146
- github.com/OneOfOne/xxhash v1.2.8
- github.com/ServiceWeaver/weaver v0.22.0
- github.com/agnivade/levenshtein v1.1.1
- github.com/antlr4-go/antlr/v4 v4.13.0
- github.com/ardanlabs/conf/v3 v3.1.7
- github.com/ardanlabs/darwin/v3 v3.3.1
- github.com/arl/statsviz v0.6.0
- github.com/beorn7/perks v1.0.1
- github.com/cenkalti/backoff/v4 v4.2.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/dimfeld/httptreemux/v5 v5.5.0
- github.com/dustin/go-humanize v1.0.1
- github.com/felixge/httpsnoop v1.0.4
- github.com/fsnotify/fsnotify v1.7.0
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/go-ini/ini v1.67.0
- github.com/go-logr/logr v1.3.0
- github.com/go-logr/stdr v1.2.2
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.16.0
- github.com/gobwas/glob v0.2.3
- github.com/golang-jwt/jwt/v4 v4.5.0
- github.com/golang/protobuf v1.5.3
- github.com/google/cel-go v0.18.2
- github.com/google/go-cmp v0.6.0
- github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a
- github.com/google/uuid v1.4.0
- github.com/gorilla/mux v1.8.1
- github.com/gorilla/websocket v1.5.1
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
- github.com/jackc/pgx/v5 v5.5.0
- github.com/jackc/puddle/v2 v2.2.1
- github.com/jmoiron/sqlx v1.3.5
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/klauspost/compress v1.16.7
- github.com/leodido/go-urn v1.2.4
- github.com/lib/pq v1.10.9
- github.com/lightstep/varopt v1.3.0
- github.com/mattn/go-isatty v0.0.20
- github.com/mattn/go-sqlite3 v1.14.17
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0
- github.com/open-policy-agent/opa v0.58.0
- github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
- github.com/prometheus/client_golang v1.17.0
- github.com/prometheus/client_model v0.5.0
- github.com/prometheus/common v0.45.0
- github.com/prometheus/procfs v0.12.0
- github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
- github.com/sirupsen/logrus v1.9.3
- github.com/stoewer/go-strcase v1.3.0
- github.com/tchap/go-patricia/v2 v2.3.1
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
- github.com/yashtewari/glob-intersection v0.2.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.0
- go.opentelemetry.io/otel v1.20.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.20.0
- go.opentelemetry.io/otel/metric v1.20.0
- go.opentelemetry.io/otel/sdk v1.20.0
- go.opentelemetry.io/otel/trace v1.20.0
- go.opentelemetry.io/proto/otlp v1.0.0
- golang.org/x/crypto v0.15.0
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
- golang.org/x/mod v0.14.0
- golang.org/x/net v0.18.0
- golang.org/x/sync v0.5.0
- golang.org/x/sys v0.14.0
- golang.org/x/term v0.14.0
- golang.org/x/text v0.14.0
- golang.org/x/tools v0.15.0
- google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17
- google.golang.org/grpc v1.59.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/yaml.v2 v2.4.0
- lukechampine.com/uint128 v1.3.0
- modernc.org/cc/v3 v3.41.0
- modernc.org/ccgo/v3 v3.16.15
- modernc.org/libc v1.34.4
- modernc.org/mathutil v1.6.0
- modernc.org/memory v1.7.2
- modernc.org/opt v0.1.3
- modernc.org/sqlite v1.27.0
- modernc.org/strutil v1.2.0
- modernc.org/token v1.1.0
- sigs.k8s.io/yaml v1.4.0