Skip to content

Commit

Permalink
Update module github.com/tg123/go-htpasswd to v1.2.2 (open-telemetry#…
Browse files Browse the repository at this point in the history
…30078)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/tg123/go-htpasswd](https://github.com/tg123/go-htpasswd)
| `v1.2.1` -> `v1.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftg123%2fgo-htpasswd/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftg123%2fgo-htpasswd/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftg123%2fgo-htpasswd/v1.2.1/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftg123%2fgo-htpasswd/v1.2.1/v1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tg123/go-htpasswd (github.com/tg123/go-htpasswd)</summary>

###
[`v1.2.2`](https://github.com/tg123/go-htpasswd/releases/tag/v1.2.2)

[Compare
Source](https://github.com/tg123/go-htpasswd/compare/v1.2.1...v1.2.2)

#### What's Changed

- Switch to sync.RWMutex by
[@&open-telemetry#8203;equinox0815](https://github.com/equinox0815) in
[https://github.com/tg123/go-htpasswd/pull/10](https://github.com/tg123/go-htpasswd/pull/10)
- Bump golang.org/x/crypto from 0.6.0 to 0.17.0 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[https://github.com/tg123/go-htpasswd/pull/11](https://github.com/tg123/go-htpasswd/pull/11)

#### New Contributors

- [@&open-telemetry#8203;equinox0815](https://github.com/equinox0815) made their
first contribution in
[https://github.com/tg123/go-htpasswd/pull/10](https://github.com/tg123/go-htpasswd/pull/10)
- [@&open-telemetry#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/tg123/go-htpasswd/pull/11](https://github.com/tg123/go-htpasswd/pull/11)

**Full Changelog**:
tg123/go-htpasswd@v1.2.1...v1.2.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
Co-authored-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
4 people authored Dec 19, 2023
1 parent 2a7c165 commit 433048a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.821 // indirect
github.com/tg123/go-htpasswd v1.2.1 // indirect
github.com/tg123/go-htpasswd v1.2.2 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.821 // indirect
github.com/tg123/go-htpasswd v1.2.1 // indirect
github.com/tg123/go-htpasswd v1.2.2 // indirect
github.com/tidwall/gjson v1.10.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/otelcontribcol/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/basicauthextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/stretchr/testify v1.8.4
github.com/tg123/go-htpasswd v1.2.1
github.com/tg123/go-htpasswd v1.2.2
go.opentelemetry.io/collector v0.91.0
go.opentelemetry.io/collector/component v0.91.0
go.opentelemetry.io/collector/config/configopaque v0.91.0
Expand Down
4 changes: 2 additions & 2 deletions extension/basicauthextension/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.821 // indirect
github.com/tg123/go-htpasswd v1.2.1 // indirect
github.com/tg123/go-htpasswd v1.2.2 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 433048a

Please sign in to comment.