Skip to content

Commit 4800a23

Browse files
committed
chore: Update dependencies
1 parent 0a41864 commit 4800a23

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

Diff for: devenv.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1733595596,
6+
"lastModified": 1733788855,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "c1ca69791bfa466e77b3d21e0e2f492810d83250",
9+
"rev": "d59fee8696cd48f69cf79f65992269df9891ba86",
1010
"type": "github"
1111
},
1212
"original": {
@@ -53,10 +53,10 @@
5353
},
5454
"nixpkgs": {
5555
"locked": {
56-
"lastModified": 1733376361,
56+
"lastModified": 1733749988,
5757
"owner": "nixos",
5858
"repo": "nixpkgs",
59-
"rev": "929116e316068c7318c54eb4d827f7d9756d5e9c",
59+
"rev": "bc27f0fde01ce4e1bfec1ab122d72b7380278e68",
6060
"type": "github"
6161
},
6262
"original": {
@@ -68,10 +68,10 @@
6868
},
6969
"nixpkgs-stable": {
7070
"locked": {
71-
"lastModified": 1733384649,
71+
"lastModified": 1733730953,
7272
"owner": "NixOS",
7373
"repo": "nixpkgs",
74-
"rev": "190c31a89e5eec80dd6604d7f9e5af3802a58a13",
74+
"rev": "7109b680d161993918b0a126f38bc39763e5a709",
7575
"type": "github"
7676
},
7777
"original": {
@@ -91,10 +91,10 @@
9191
"nixpkgs-stable": "nixpkgs-stable"
9292
},
9393
"locked": {
94-
"lastModified": 1733318908,
94+
"lastModified": 1733665616,
9595
"owner": "cachix",
9696
"repo": "pre-commit-hooks.nix",
97-
"rev": "6f4e2a2112050951a314d2733a994fbab94864c6",
97+
"rev": "d8c02f0ffef0ef39f6063731fc539d8c71eb463a",
9898
"type": "github"
9999
},
100100
"original": {

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require modernc.org/sqlite v1.34.2
77
require (
88
github.com/davecgh/go-spew v1.1.1 // indirect
99
github.com/pmezard/go-difflib v1.0.0 // indirect
10-
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
10+
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
1111
gopkg.in/yaml.v3 v3.0.1 // indirect
1212
)
1313

Diff for: go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+h
2222
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f/go.mod h1:D5SMRVC3C2/4+F/DB1wZsLRnSNimn2Sp/NPsCrsv8ak=
2323
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d h1:0olWaB5pg3+oychR51GUVCEsGkeCU/2JxjBgIo4f3M0=
2424
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
25+
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 h1:Y/Mj/94zIQQGHVSv1tTtQBDaQaJe62U9bkDZKKyhPCU=
26+
golang.org/x/exp v0.0.0-20241210194714-1829a127f884/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
2527
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
2628
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
2729
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=

0 commit comments

Comments
 (0)