Skip to content

Commit d91180e

Browse files
committed
chore: Upgrade dependencies
1 parent 4800a23 commit d91180e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

devenv.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
},
5454
"nixpkgs": {
5555
"locked": {
56-
"lastModified": 1733749988,
56+
"lastModified": 1733935885,
5757
"owner": "nixos",
5858
"repo": "nixpkgs",
59-
"rev": "bc27f0fde01ce4e1bfec1ab122d72b7380278e68",
59+
"rev": "5a48e3c2e435e95103d56590188cfed7b70e108c",
6060
"type": "github"
6161
},
6262
"original": {
@@ -68,10 +68,10 @@
6868
},
6969
"nixpkgs-stable": {
7070
"locked": {
71-
"lastModified": 1733730953,
71+
"lastModified": 1734017764,
7272
"owner": "NixOS",
7373
"repo": "nixpkgs",
74-
"rev": "7109b680d161993918b0a126f38bc39763e5a709",
74+
"rev": "64e9404f308e0f0a0d8cdd7c358f74e34802494b",
7575
"type": "github"
7676
},
7777
"original": {
@@ -91,10 +91,10 @@
9191
"nixpkgs-stable": "nixpkgs-stable"
9292
},
9393
"locked": {
94-
"lastModified": 1733665616,
94+
"lastModified": 1734261738,
9595
"owner": "cachix",
9696
"repo": "pre-commit-hooks.nix",
97-
"rev": "d8c02f0ffef0ef39f6063731fc539d8c71eb463a",
97+
"rev": "4c8e75efbbdcc6f9203f64b1f21f8a55d2285264",
9898
"type": "github"
9999
},
100100
"original": {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/stretchr/testify v1.10.0
2222
golang.org/x/sync v0.10.0
2323
golang.org/x/sys v0.28.0 // indirect
24-
modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 // indirect
24+
modernc.org/gc/v3 v3.0.0-20241213165251-3bc300f6d0c9 // indirect
2525
modernc.org/libc v1.61.4 // indirect
2626
modernc.org/mathutil v1.6.0 // indirect
2727
modernc.org/memory v1.8.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 h1:5D53IMaUuA5InSeMu9eJtlQX
5959
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6/go.mod h1:Qz0X07sNOR1jWYCrJMEnbW/X55x206Q7Vt4mz6/wHp4=
6060
modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 h1:IYXPPTTjjoSHvUClZIYexDiO7g+4x+XveKT4gCIAwiY=
6161
modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852/go.mod h1:Qz0X07sNOR1jWYCrJMEnbW/X55x206Q7Vt4mz6/wHp4=
62+
modernc.org/gc/v3 v3.0.0-20241213165251-3bc300f6d0c9 h1:ovz6yUKX71igz2yvk4NpiCL5fvdjZAI+DhuDEGx1xyU=
63+
modernc.org/gc/v3 v3.0.0-20241213165251-3bc300f6d0c9/go.mod h1:Qz0X07sNOR1jWYCrJMEnbW/X55x206Q7Vt4mz6/wHp4=
6264
modernc.org/libc v1.55.3 h1:AzcW1mhlPNrRtjS5sS+eW2ISCgSOLLNyFzRh/V3Qj/U=
6365
modernc.org/libc v1.55.3/go.mod h1:qFXepLhz+JjFThQ4kzwzOjA/y/artDeg+pcYnY+Q83w=
6466
modernc.org/libc v1.61.3 h1:D1gpZODpSnRpSnXxEsPjplrKDZIbtgWvslE5BOsPv5Q=

0 commit comments

Comments
 (0)