dependabot[bot] c787422abc
build(deps): bump golang.org/x/net from 0.30.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.30.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 22:41:08 +00:00
2025-03-18 13:19:39 +01:00
2023-04-19 14:24:28 +02:00
2023-07-08 01:33:10 +02:00
2025-03-25 14:27:27 +01:00
2024-10-17 18:30:48 +02:00
2025-04-14 09:34:15 +02:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00
2022-09-27 17:06:18 +02:00
2020-11-06 17:32:45 +00:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00

gRPC-toolkit

A utility module, largely taken from the go-micro patterns (and a good amount of code too...) with pure gRPC ecosystem modules.

Principles:

  • Pluggable
  • No singleton

Features:

  • simple configuration with options
  • simple TLS configuration
  • TLS auth
  • client connection pool
  • registry / resolver resolution
    • mdns
    • kubernetes
  • default interceptors implementation:
    • context request id
    • defaulter
    • validation
    • health
    • context logger
    • sentry
    • rate-limiting
    • ban
    • auth claim in context
    • recovery (server side only)
    • tracing (open-tracing)
    • metrics (prometheus)
    • retries
    • context DB / transaction
    • ...
  • grpc web / api gateway with middleware:
    • auth
    • cors
    • logging
    • tracing
    • metrics
  • broker, based on nats-streaming

Used modules:

Description
No description provided
Readme Apache-2.0 2.2 MiB
Languages
Go 99.1%
Makefile 0.9%