Skip to content

Commit 4324fbf

Browse files
fix(deps): update github.com/tailscale/depaware digest to b748de0 (#3883)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/tailscale/depaware](https://redirect.github.com/tailscale/depaware) | require | digest | `3d7f3b3` -> `b748de0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/trufflesecurity/trufflehog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent fa1514e commit 4324fbf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ require (
5454
github.com/go-sql-driver/mysql v1.8.1
5555
github.com/gobwas/glob v0.2.3
5656
github.com/golang-jwt/jwt v3.2.2+incompatible
57+
github.com/golang-jwt/jwt/v4 v4.5.1
5758
github.com/golang-jwt/jwt/v5 v5.2.1
5859
github.com/google/go-cmp v0.6.0
5960
github.com/google/go-containerregistry v0.20.2
@@ -90,7 +91,7 @@ require (
9091
github.com/shuheiktgw/go-travis v0.3.1
9192
github.com/snowflakedb/gosnowflake v1.12.1
9293
github.com/stretchr/testify v1.10.0
93-
github.com/tailscale/depaware v0.0.0-20241028160002-3d7f3b30ed0e
94+
github.com/tailscale/depaware v0.0.0-20250112153213-b748de04d81b
9495
github.com/testcontainers/testcontainers-go v0.34.0
9596
github.com/testcontainers/testcontainers-go/modules/elasticsearch v0.34.0
9697
github.com/testcontainers/testcontainers-go/modules/mongodb v0.34.0
@@ -207,7 +208,6 @@ require (
207208
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
208209
github.com/gofrs/flock v0.12.1 // indirect
209210
github.com/gogo/protobuf v1.3.2 // indirect
210-
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
211211
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
212212
github.com/golang-sql/sqlexp v0.1.0 // indirect
213213
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
711711
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
712712
github.com/tailscale/depaware v0.0.0-20241028160002-3d7f3b30ed0e h1:Hb50wYyy5VblH5zpKkoy49TrJy3pxVWOaRSOEdzTWKA=
713713
github.com/tailscale/depaware v0.0.0-20241028160002-3d7f3b30ed0e/go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8=
714+
github.com/tailscale/depaware v0.0.0-20250112153213-b748de04d81b h1:ewWb4cA+YO9/3X+v5UhdV+eKFsNBOPcGRh39Glshx/4=
715+
github.com/tailscale/depaware v0.0.0-20250112153213-b748de04d81b/go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8=
714716
github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo=
715717
github.com/testcontainers/testcontainers-go v0.34.0/go.mod h1:6P/kMkQe8yqPHfPWNulFGdFHTD8HB2vLq/231xY2iPQ=
716718
github.com/testcontainers/testcontainers-go/modules/elasticsearch v0.34.0 h1:BBwJUs9xBpt1uOfO+yAr2pYW75MsyzuO/o70HTPnhe4=

0 commit comments

Comments
 (0)