Commit Graph

828 Commits

Author SHA1 Message Date
dependabot[bot]
65fd2e4e92 build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 (#246)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 19:43:58 +00:00
dependabot[bot]
c2179f65da build(deps): bump actions/setup-go in the gh-actions group (#244)
Bumps the gh-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 19:24:33 +00:00
dependabot[bot]
3c4ad8cd9d build(deps): bump github.com/riandyrn/otelchi from 0.7.0 to 0.8.0 (#243)
Bumps [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/riandyrn/otelchi/releases)
- [Changelog](https://github.com/riandyrn/otelchi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/riandyrn/otelchi/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/riandyrn/otelchi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 19:55:03 +00:00
dependabot[bot]
0b84680d50 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#242)
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 19:52:18 +00:00
dependabot[bot]
407c13b7d5 build(deps): bump go.opentelemetry.io/otel from 1.25.0 to 1.26.0 (#241)
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 19:50:11 +00:00
dependabot[bot]
e0bd1f8f3c build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 (#240)
Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.10.1 to 1.11.0.
- [Commits](https://github.com/rs/cors/compare/v1.10.1...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/rs/cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 19:47:43 +00:00
Trong Huu Nguyen
9ff6d91f2f chart: set samesite for forward-auth
This sets the `SameSite` cookie attribute to `None` for the
forward-auth deployment.

We do this to prevent redirect loops when upstream services
handle their own authentication flow (e.g. using SAML) where the
callback request from the identity provider is an HTTP POST.

Such requests are by definition cross-site. The default `SameSite`
value of `Lax` results in the session cookie not being included.
This essentially means that the user is considered unauthenticated by
the forward-auth service when the callback request is processed.
2024-04-24 15:06:58 +02:00
Trong Huu Nguyen
fc1454fcbb feat(config) support samesite cookie attribute 2024-04-24 14:47:18 +02:00
Trong Huu Nguyen
8f33328bc3 chart: add additional group ids config for forward-auth 2024-04-24 09:50:58 +02:00
dependabot[bot]
57337a074f build(deps): bump azure/setup-helm in the gh-actions group (#238)
Bumps the gh-actions group with 1 update: [azure/setup-helm](https://github.com/azure/setup-helm).


Updates `azure/setup-helm` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](b7246b12e7...fe7b79cd5e)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 20:00:50 +00:00
dependabot[bot]
343c25e279 build(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.0 (#237)
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/golang/vuln/releases)
- [Commits](https://github.com/golang/vuln/compare/v1.0.4...v1.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/vuln
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 19:16:25 +00:00
dependabot[bot]
e6eba99ebb build(deps): bump github.com/riandyrn/otelchi from 0.6.0 to 0.7.0 (#236)
Bumps [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/riandyrn/otelchi/releases)
- [Changelog](https://github.com/riandyrn/otelchi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/riandyrn/otelchi/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/riandyrn/otelchi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 19:13:43 +00:00
dependabot[bot]
a352ec1a71 build(deps): bump github.com/riandyrn/otelchi from 0.5.2 to 0.6.0 (#234)
Bumps [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/riandyrn/otelchi/releases)
- [Changelog](https://github.com/riandyrn/otelchi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/riandyrn/otelchi/compare/v0.5.2...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/riandyrn/otelchi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 19:58:30 +00:00
dependabot[bot]
039e79bcfb build(deps): bump sigstore/cosign-installer in the gh-actions group (#233)
Bumps the gh-actions group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).


Updates `sigstore/cosign-installer` from 162dfdf7b9ab8be88c95b4fc982792c4c273e27a to 59acb6260d9c0ba8f4a2f9d9b48431a222b68e20
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](162dfdf7b9...59acb6260d)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 19:39:49 +00:00
dependabot[bot]
31d9c53aa9 build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#228)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 19:51:57 +00:00
dependabot[bot]
cf744b1e39 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#230)
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 19:49:20 +00:00
dependabot[bot]
2054592290 build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#229)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 19:46:51 +00:00
Trong Huu Nguyen
362cca11ce chart: correct reference to toggle 2024-04-05 13:36:26 +02:00
Trong Huu Nguyen
4ee14834a4 chart: require sso domain 2024-04-05 13:25:21 +02:00
Trong Huu Nguyen
e9db143882 chart: rename idporten-specific templates 2024-04-05 13:16:07 +02:00
Trong Huu Nguyen
9132361a52 chart: add missing hpa and pdb for forwardauth, move related keys to separate stanza 2024-04-05 13:15:59 +02:00
Trong Huu Nguyen
47f2d219de chart: disable global auth for forwardAuth ingress 2024-04-04 12:04:15 +02:00
Trong Huu Nguyen
becb503447 chart: correct reference for Azure SSO helper 2024-04-04 11:08:54 +02:00
Trong Huu Nguyen
2c21386969 chart: add toggle for enabling azure 2024-04-04 11:00:19 +02:00
Trong Huu Nguyen
f888f004ef chart: add toggle for enabling idporten 2024-04-04 10:59:34 +02:00
Trong Huu Nguyen
63a550ccb1 chart: allow configuring encryption key for forward auth 2024-04-04 10:56:00 +02:00
Trong Huu Nguyen
3b4e470ba1 chart: correct type for forwardAuth 2024-04-04 10:54:46 +02:00
Trong Huu Nguyen
cf586f0328 chart: add config for session encryption key
Co-Authored-By: Thomas Siegfried Krampl <thomas.siegfried.krampl@nav.no>
2024-04-04 10:50:32 +02:00
Johnny Horvi
bf29c974ad Bump setup-go to use 1.22.2 2024-04-04 10:27:49 +02:00
Johnny Horvi
748554b9a9 Bump to go 1.22.2 and upgrade x/net pkg 2024-04-04 10:19:29 +02:00
Johnny Horvi
8513efef38 Add config for forward auth server
Co-authored-by: Frode Sundby <frode.sundby@nav.no>
Co-authored-by: Trong Huu Nguyen <trong.huu.nguyen@nav.no>
Co-authored-by: Thomas Siegfried Krampl <thomas.siegfried.krampl@nav.no>
2024-04-04 10:10:32 +02:00
Trong Huu Nguyen
cc67f39bda ci: set up go for codeql 2024-04-02 10:19:07 +02:00
Trong Huu Nguyen
05d9f0238c ci: bump cosign-release to v2.2.3 2024-04-02 10:18:43 +02:00
Trong Huu Nguyen
ca2b1c9399 ci: bump action versions 2024-04-02 10:18:30 +02:00
dependabot[bot]
564f9074c7 build(deps): bump github.com/riandyrn/otelchi from 0.5.1 to 0.5.2 (#226)
Bumps [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/riandyrn/otelchi/releases)
- [Commits](https://github.com/riandyrn/otelchi/compare/v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: github.com/riandyrn/otelchi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 19:05:21 +00:00
dependabot[bot]
ff00d375ae build(deps): bump the gh-actions group with 1 update (#225)
Bumps the gh-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 19:54:33 +00:00
dependabot[bot]
f4110fc44c build(deps): bump github.com/alicebob/miniredis/v2 from 2.31.1 to 2.32.1 (#224)
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.31.1 to 2.32.1.
- [Release notes](https://github.com/alicebob/miniredis/releases)
- [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alicebob/miniredis/compare/v2.31.1...v2.32.1)

---
updated-dependencies:
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 19:15:23 +00:00
dependabot[bot]
106079e229 build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#223)
Bumps google.golang.org/protobuf from 1.32.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:32:40 +00:00
dependabot[bot]
64d3236bf2 build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#222)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 20:08:55 +00:00
dependabot[bot]
cbc80b0c9b build(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.20 to 2.0.21 (#221)
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes)
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 15:22:32 +00:00
Trong Huu Nguyen
cfb0774056 build: go 1.22.1 2024-03-06 12:09:21 +01:00
dependabot[bot]
5491df280b build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#218)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 19:17:11 +00:00
dependabot[bot]
45b5b568a7 build(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#220)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/crypto/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 19:14:41 +00:00
dependabot[bot]
bbf065b878 build(deps): bump github.com/prometheus/client_golang (#219)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 19:12:11 +00:00
dependabot[bot]
ee4a30915e build(deps): bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1 (#217)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.4.0 to 9.5.1.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.4.0...v9.5.1)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 07:01:32 +00:00
dependabot[bot]
0161e9ef50 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#215)
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.1...v1.24.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 06:58:41 +00:00
dependabot[bot]
8ed654d6ce build(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.20 (#216)
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.19 to 2.0.20.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes)
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.19...v2.0.20)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 06:56:08 +00:00
dependabot[bot]
040de91e6a build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#213)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/crypto/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 06:53:27 +00:00
dependabot[bot]
218042c960 build(deps): bump honnef.co/go/tools from 0.4.6 to 0.4.7 (#214)
Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/dominikh/go-tools/releases)
- [Commits](https://github.com/dominikh/go-tools/compare/v0.4.6...v0.4.7)

---
updated-dependencies:
- dependency-name: honnef.co/go/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 19:15:54 +00:00
dependabot[bot]
4c1c9f0a54 build(deps): bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12 (#212)
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.11 to 5.0.12.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.0.11...v5.0.12)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 19:18:52 +00:00