proxy.golang.org : github.com/moov-io/base : v0.49.3
Package base implements core libraries used in multiple Moov projects. Refer to each projects documentation for more details.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/moov-io/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- cel.dev/expr v0.15.0
- cloud.google.com/go v0.113.0
- cloud.google.com/go/auth v0.4.0
- cloud.google.com/go/auth/oauth2adapt v0.2.2
- cloud.google.com/go/compute/metadata v0.3.0
- cloud.google.com/go/iam v1.1.8
- cloud.google.com/go/longrunning v0.5.7
- cloud.google.com/go/spanner v1.61.0
- filippo.io/edwards25519 v1.1.0
- github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0
- github.com/beorn7/perks v1.0.1
- github.com/cenkalti/backoff/v4 v4.3.0
- github.com/census-instrumentation/opencensus-proto v0.4.1
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/envoyproxy/go-control-plane v0.12.0
- github.com/envoyproxy/protoc-gen-validate v1.0.4
- github.com/felixge/httpsnoop v1.0.4
- github.com/fsnotify/fsnotify v1.7.0
- github.com/go-kit/kit v0.13.0
- github.com/go-kit/log v0.2.1
- github.com/go-logfmt/logfmt v0.6.0
- github.com/go-logr/logr v1.4.1
- github.com/go-logr/stdr v1.2.2
- github.com/go-sql-driver/mysql v1.8.1
- github.com/gobuffalo/here v0.6.7
- github.com/golang-migrate/migrate/v4 v4.17.1
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.4
- github.com/google/s2a-go v0.1.7
- github.com/google/uuid v1.6.0
- github.com/googleapis/enterprise-certificate-proxy v0.3.2
- github.com/googleapis/gax-go/v2 v2.12.4
- github.com/googleapis/go-sql-spanner v1.3.1
- github.com/gorilla/mux v1.8.1
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/hcl v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/madflojo/testcerts v1.1.1
- github.com/magiconair/properties v1.8.7
- github.com/markbates/pkger v0.17.1
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.2.2
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/prometheus/client_golang v1.19.1
- github.com/prometheus/client_model v0.6.1
- github.com/prometheus/common v0.53.0
- github.com/prometheus/procfs v0.14.0
- github.com/rickar/cal/v2 v2.1.15
- github.com/sagikazarmark/locafero v0.4.0
- github.com/sagikazarmark/slog-shim v0.1.0
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.18.2
- github.com/stretchr/testify v1.9.0
- github.com/subosito/gotenv v1.6.0
- go.opencensus.io v0.24.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0
- go.opentelemetry.io/otel v1.26.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.26.0
- go.opentelemetry.io/otel/metric v1.26.0
- go.opentelemetry.io/otel/sdk v1.26.0
- go.opentelemetry.io/otel/trace v1.26.0
- go.opentelemetry.io/proto/otlp v1.2.0
- go.uber.org/atomic v1.11.0
- go.uber.org/multierr v1.11.0
- golang.org/x/crypto v0.23.0
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
- golang.org/x/net v0.25.0
- golang.org/x/oauth2 v0.20.0
- golang.org/x/sync v0.7.0
- golang.org/x/sys v0.20.0
- golang.org/x/text v0.15.0
- golang.org/x/time v0.5.0
- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
- google.golang.org/api v0.178.0
- google.golang.org/genproto v0.0.0-20240506185236-b8a5c65736ae
- google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae
- google.golang.org/grpc v1.63.2
- google.golang.org/protobuf v1.34.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v3 v3.0.1