5 Commits

Author SHA1 Message Date
Unbound Release 886dfcd966 chore(release): prepare for v0.1.9 2025-09-26 11:53:33 +02:00
Renovate ca88ba0e59 fix(deps): update module github.com/99designs/gqlgen to v0.17.81 2025-09-25 22:54:54 +00:00
Renovate 6bbfd6b8ab chore(deps): update pre-commit hook golangci/golangci-lint to v2.5.0 2025-09-21 19:54:36 +00:00
Unbound Release 5922dde962 chore(release): prepare for v0.1.8 2025-09-17 21:13:19 +02:00
Renovate fd966fb90c fix(deps): update module github.com/99designs/gqlgen to v0.17.80 2025-09-17 16:54:59 +00:00
5 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ repos:
- id: go-test
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.4.0
rev: v2.5.0
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
+1 -1
View File
@@ -1 +1 @@
{"version":"v0.1.7"}
{"version":"v0.1.9"}
+12
View File
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
## [0.1.9] - 2025-09-26
### 🐛 Bug Fixes
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.81
## [0.1.8] - 2025-09-17
### 🐛 Bug Fixes
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.80
## [0.1.7] - 2025-09-15
### 🐛 Bug Fixes
+1 -1
View File
@@ -3,7 +3,7 @@ module gitlab.com/unboundsoftware/shiny/otelsetup
go 1.24.3
require (
github.com/99designs/gqlgen v0.17.79
github.com/99designs/gqlgen v0.17.81
go.opentelemetry.io/otel v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
+2 -2
View File
@@ -1,5 +1,5 @@
github.com/99designs/gqlgen v0.17.79 h1:RTsJZtdzcfROeWdt42NGMIabIbiBn69YyVmLEAuxtnA=
github.com/99designs/gqlgen v0.17.79/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
github.com/99designs/gqlgen v0.17.81 h1:kCkN/xVyRb5rEQpuwOHRTYq83i0IuTQg9vdIiwEerTs=
github.com/99designs/gqlgen v0.17.81/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=