18 Commits

Author SHA1 Message Date
s.solodyagin 9dc96d87c6 rename module 2024-10-25 16:37:33 +03:00
Fleezesd 1126498f09 fix: add otel trace & span example for slog-gin (#23) 2024-07-04 13:29:53 +02:00
Samuel Berthe 3f56650b1e chore: upgrade deps 2024-06-04 18:53:25 +02:00
Samuel Berthe 992484b9e9 chore: upgrade slog-multi 2024-06-04 18:47:38 +02:00
dependabot[bot] 8efbe1cd85 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#19)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 14:19:59 +02:00
dependabot[bot] 74cddec200 chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#17)
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 23:45:49 +01:00
dependabot[bot] 93a053ee73 chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#12)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 12:22:59 +01:00
Ben B 6b1ec40410 feat: support adding traceID and spanID (#7)
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
2023-10-30 10:12:15 +01:00
dependabot[bot] d3933ee97e chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 (#4)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 17:22:03 +02:00
Samuel Berthe 68aed0c018 bump v1 2023-08-09 18:27:13 +02:00
Samuel Berthe 1874447dc7 chore: upgrading x/exp 2023-06-20 18:20:55 +02:00
Samuel Berthe 6445d8ae4f chore: upgrading x/exp 2023-06-20 18:19:40 +02:00
dependabot[bot] 2a97bc7862 chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-02 13:19:52 +02:00
Samuel Berthe 44d277f66b chore: adding goleak 2023-05-23 20:47:12 +02:00
Samuel Berthe ebac6b7c97 feat(tracing): add request id 2023-04-26 21:01:03 +02:00
Samuel Berthe 7363bb9e27 chore: upgrade to slog-formatter 0.3.3 2023-04-25 22:57:05 +02:00
Samuel Berthe c5b57c2678 chore: upgrade to go1.20.3 and x/exp nightly 2023-04-25 22:39:02 +02:00
Samuel Berthe 445fe9542f initial commit 2023-04-16 21:34:36 +02:00