Skip to content

Commit

Permalink
chore(deps): upgrade env to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Sep 18, 2024
1 parent 46e8923 commit 7596a79
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
* **deps:** update golangci/golangci-lint-action action to v5 ([6ab5bff](https://github.com/muhlba91/external-dns-provider-adguard/commit/6ab5bff0404a143a8a2f9af94d4a50a5114ebeb9))
* **deps:** update golangci/golangci-lint-action action to v6 ([f2f1ec4](https://github.com/muhlba91/external-dns-provider-adguard/commit/f2f1ec4814338193cd36d055225f77f108acc368))
* **deps:** update goreleaser/goreleaser-action action to v6 ([98be643](https://github.com/muhlba91/external-dns-provider-adguard/commit/98be643542cbf059e1f3fa7654169478243d54ee))
* **deps:** update module github.com/caarlos0/env/v10 to v11 ([6c1b2e3](https://github.com/muhlba91/external-dns-provider-adguard/commit/6c1b2e31e4db3bbd50df51e55d8ee0ff32ec8b35))
* **deps:** update module github.com/caarlos0/env/v11 to v11 ([6c1b2e3](https://github.com/muhlba91/external-dns-provider-adguard/commit/6c1b2e31e4db3bbd50df51e55d8ee0ff32ec8b35))
* **deps:** update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 ([4813c99](https://github.com/muhlba91/external-dns-provider-adguard/commit/4813c99b03b7a9ae1c4914c086fed0e4709dff9e))
* **deps:** update module sigs.k8s.io/external-dns to v0.14.2 ([ee31e51](https://github.com/muhlba91/external-dns-provider-adguard/commit/ee31e513143849a585095acacb77b6ae816d817a))
* release 5.1.0 ([35f5f4d](https://github.com/muhlba91/external-dns-provider-adguard/commit/35f5f4d6b9ec44289237baa5ace0cce7d2013420))
Expand All @@ -115,8 +115,8 @@
* **deps:** update golang.org/x/exp digest to c0f41cb ([1e33d3f](https://github.com/muhlba91/external-dns-provider-adguard/commit/1e33d3f9fc4e5498db99922b3a67d0934688948e))
* **deps:** update golang.org/x/exp digest to c7f7c64 ([daf0566](https://github.com/muhlba91/external-dns-provider-adguard/commit/daf056689774f683533ca9e6b724510977f77049))
* **deps:** update golang.org/x/exp digest to fe59bbe ([2b1d7d5](https://github.com/muhlba91/external-dns-provider-adguard/commit/2b1d7d58063719b9882e5b3002c320f526f939db))
* **deps:** update module github.com/caarlos0/env/v10 to v11 ([1dee616](https://github.com/muhlba91/external-dns-provider-adguard/commit/1dee6165545995c7c379f77b1f3c2a3bba91c923))
* **deps:** update module github.com/caarlos0/env/v10 to v11 ([c624a11](https://github.com/muhlba91/external-dns-provider-adguard/commit/c624a116e88a550df884a009a2eaa2773e7e304f))
* **deps:** update module github.com/caarlos0/env/v11 to v11 ([1dee616](https://github.com/muhlba91/external-dns-provider-adguard/commit/1dee6165545995c7c379f77b1f3c2a3bba91c923))
* **deps:** update module github.com/caarlos0/env/v11 to v11 ([c624a11](https://github.com/muhlba91/external-dns-provider-adguard/commit/c624a116e88a550df884a009a2eaa2773e7e304f))
* **deps:** update module sigs.k8s.io/external-dns to v0.14.1 ([4423371](https://github.com/muhlba91/external-dns-provider-adguard/commit/4423371450e233dbdb668818237933aa28518750))
* **deps:** update sigstore/cosign-installer action to v3.5.0 ([e97c3bc](https://github.com/muhlba91/external-dns-provider-adguard/commit/e97c3bc44777a634da3230de6e162120a2495928))

Expand Down
2 changes: 1 addition & 1 deletion cmd/webhook/init/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package configuration
import (
"time"

"github.com/caarlos0/env/v10"
"github.com/caarlos0/env/v11"
log "github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/webhook/init/dnsprovider/dnsprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"regexp"
"strings"

"github.com/caarlos0/env/v10"
"github.com/caarlos0/env/v11"
"github.com/muhlba91/external-dns-provider-adguard/cmd/webhook/init/configuration"
"github.com/muhlba91/external-dns-provider-adguard/internal/adguard"
"sigs.k8s.io/external-dns/endpoint"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.23.1

require (
github.com/caarlos0/env/v10 v10.0.0
github.com/caarlos0/env/v11 v11.0.0
github.com/go-chi/chi/v5 v5.1.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/caarlos0/env/v10 v10.0.0 h1:yIHUBZGsyqCnpTkbjk8asUlx6RFhhEs+h7TOBdgdzXA=
github.com/caarlos0/env/v10 v10.0.0/go.mod h1:ZfulV76NvVPw3tm591U4SwL3Xx9ldzBP9aGxzeN7G18=
github.com/caarlos0/env/v11 v11.0.0 h1:ZIlkOjuL3xoZS0kmUJlF74j2Qj8GMOq3CDLX/Viak8Q=
github.com/caarlos0/env/v11 v11.0.0/go.mod h1:2RC3HQu8BQqtEK3V4iHPxj0jOdWdbPpWJ6pOueeU1xM=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down

0 comments on commit 7596a79

Please sign in to comment.