Skip to content

Commit 9df2bb3

Browse files
chore(deps): Update go minor and patch (#99)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-logr/logr](https://redirect.github.com/go-logr/logr) | `v1.4.2` -> `v1.4.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-logr%2flogr/v1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-logr%2flogr/v1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-logr%2flogr/v1.4.2/v1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-logr%2flogr/v1.4.2/v1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/hypermodeinc/dgraph/v24](https://redirect.github.com/hypermodeinc/dgraph) | `v24.1.2` -> `v24.1.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhypermodeinc%2fdgraph%2fv24/v24.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhypermodeinc%2fdgraph%2fv24/v24.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fhypermodeinc%2fdgraph%2fv24/v24.1.2/v24.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhypermodeinc%2fdgraph%2fv24/v24.1.2/v24.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>go-logr/logr (github.com/go-logr/logr)</summary> ### [`v1.4.3`](https://redirect.github.com/go-logr/logr/releases/tag/v1.4.3) [Compare Source](https://redirect.github.com/go-logr/logr/compare/v1.4.2...v1.4.3) Minor release. #### What's Changed - Fix slog tests for 1.25 by [@&#8203;hoeppi-google](https://redirect.github.com/hoeppi-google) in [https://github.com/go-logr/logr/pull/361](https://redirect.github.com/go-logr/logr/pull/361) - Remove one exception from Slog testing by [@&#8203;thockin](https://redirect.github.com/thockin) in [https://github.com/go-logr/logr/pull/362](https://redirect.github.com/go-logr/logr/pull/362) #### New Contributors - [@&#8203;hoeppi-google](https://redirect.github.com/hoeppi-google) made their first contribution in [https://github.com/go-logr/logr/pull/361](https://redirect.github.com/go-logr/logr/pull/361) **Full Changelog**: go-logr/logr@v1.4.2...v1.4.3 </details> <details> <summary>hypermodeinc/dgraph (github.com/hypermodeinc/dgraph/v24)</summary> ### [`v24.1.3`](https://redirect.github.com/hypermodeinc/dgraph/releases/tag/v24.1.3) [Compare Source](https://redirect.github.com/hypermodeinc/dgraph/compare/v24.1.2...v24.1.3) #### What's Changed - fix(graphql): fix error handling in webhooks ([#&#8203;9374](https://redirect.github.com/hypermodeinc/dgraph/issues/9374)) - fix(core): delete all before set for scalar postings ([#&#8203;9378](https://redirect.github.com/hypermodeinc/dgraph/issues/9378)) - fix(core): fix reverse edge loss when set and delete occur together ([#&#8203;9403](https://redirect.github.com/hypermodeinc/dgraph/issues/9403)) **Full Changelog**: hypermodeinc/dgraph@v24.1.2...v24.1.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/hypermodeinc/modusGraph). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd6bc3b commit 9df2bb3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ require (
88
github.com/dgraph-io/dgo/v240 v240.2.0
99
github.com/dgraph-io/ristretto/v2 v2.2.0
1010
github.com/dolan-in/dgman/v2 v2.0.0
11-
github.com/go-logr/logr v1.4.2
11+
github.com/go-logr/logr v1.4.3
1212
github.com/go-logr/stdr v1.2.2
13-
github.com/hypermodeinc/dgraph/v24 v24.1.2
13+
github.com/hypermodeinc/dgraph/v24 v24.1.3
1414
github.com/pkg/errors v0.9.1
1515
github.com/stretchr/testify v1.10.0
1616
github.com/twpayne/go-geom v1.6.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V
196196
github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A=
197197
github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
198198
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
199-
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
200-
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
199+
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
200+
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
201201
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
202202
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
203203
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
@@ -330,8 +330,8 @@ github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5L
330330
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
331331
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
332332
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
333-
github.com/hypermodeinc/dgraph/v24 v24.1.2 h1:fRj+yH36D9Hv79X9fiY31B5ud9g28dbKlOngcEv0JXI=
334-
github.com/hypermodeinc/dgraph/v24 v24.1.2/go.mod h1:kov+rgjHoxnydoXFRAJ6EHGX9M6mlVODb5XMk2d+8Do=
333+
github.com/hypermodeinc/dgraph/v24 v24.1.3 h1:5R9u1A6/+gjSxu35cWua+210HjOBRLl5+cVF2sBClsc=
334+
github.com/hypermodeinc/dgraph/v24 v24.1.3/go.mod h1:kov+rgjHoxnydoXFRAJ6EHGX9M6mlVODb5XMk2d+8Do=
335335
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
336336
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
337337
github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw=

0 commit comments

Comments
 (0)