File tree 9 files changed +38
-30
lines changed
9 files changed +38
-30
lines changed Original file line number Diff line number Diff line change 1
- source_url " https://raw.githubusercontent.com/cachix/devenv/d1f7b48e35e6dee421cfd0f51481d17f77586997 /direnvrc" " sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0="
1
+ source_url " https://raw.githubusercontent.com/cachix/devenv/790c4230a547243a01435fc8c5292cd54abaec74 /direnvrc" " sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0="
2
2
3
3
use devenv
Original file line number Diff line number Diff line change 1
- source_url " https://raw.githubusercontent.com/cachix/devenv/d1f7b48e35e6dee421cfd0f51481d17f77586997 /direnvrc" " sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0="
1
+ source_url " https://raw.githubusercontent.com/cachix/devenv/790c4230a547243a01435fc8c5292cd54abaec74 /direnvrc" " sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0="
2
2
3
3
use devenv
Original file line number Diff line number Diff line change 3
3
"devenv": {
4
4
"locked": {
5
5
"dir": "src/modules",
6
- "lastModified": 1726826452 ,
6
+ "lastModified": 1732585607 ,
7
7
"owner": "cachix",
8
8
"repo": "devenv",
9
- "rev": "2bdf6461e88c7e93b94d72d8b11d5a61f167cbf5 ",
9
+ "rev": "a520f05c40ebecaf5e17064b27e28ba8e70c49fb ",
10
10
"type": "github"
11
11
},
12
12
"original": {
19
19
"flake-compat": {
20
20
"flake": false,
21
21
"locked": {
22
- "lastModified": 1696426674 ,
22
+ "lastModified": 1732722421 ,
23
23
"owner": "edolstra",
24
24
"repo": "flake-compat",
25
- "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33 ",
25
+ "rev": "9ed2ac151eada2306ca8c418ebd97807bb08f6ac ",
26
26
"type": "github"
27
27
},
28
28
"original": {
68
68
},
69
69
"nixpkgs-stable": {
70
70
"locked": {
71
- "lastModified": 1726838390 ,
71
+ "lastModified": 1732632634 ,
72
72
"owner": "NixOS",
73
73
"repo": "nixpkgs",
74
- "rev": "944b2aea7f0a2d7c79f72468106bc5510cbf5101 ",
74
+ "rev": "6f6076c37180ea3a916f84928cf3a714c5207a30 ",
75
75
"type": "github"
76
76
},
77
77
"original": {
91
91
"nixpkgs-stable": "nixpkgs-stable"
92
92
},
93
93
"locked": {
94
- "lastModified": 1726745158 ,
94
+ "lastModified": 1732021966 ,
95
95
"owner": "cachix",
96
96
"repo": "pre-commit-hooks.nix",
97
- "rev": "4e743a6920eab45e8ba0fbe49dc459f1423a4b74 ",
97
+ "rev": "3308484d1a443fc5bc92012435d79e80458fe43c ",
98
98
"type": "github"
99
99
},
100
100
"original": {
Original file line number Diff line number Diff line change 1
1
module github.com/stackbuilders/nixpkgs-terraform/cli
2
2
3
- go 1.21.7
3
+ go 1.22.1
4
+
5
+ require (
6
+ github.com/Masterminds/semver/v3 v3.2.1
7
+ github.com/google/go-github/v62 v62.0.0
8
+ github.com/spf13/cobra v1.8.1
9
+ )
4
10
5
11
require (
6
- github.com/Masterminds/semver/v3 v3.2.1 // indirect
7
- github.com/google/go-github/v62 v62.0.0 // indirect
8
12
github.com/google/go-querystring v1.1.0 // indirect
9
13
github.com/inconshreveable/mousetrap v1.1.0 // indirect
10
- github.com/spf13/cobra v1.8.1 // indirect
11
14
github.com/spf13/pflag v1.0.5 // indirect
12
15
)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0
2
2
github.com/Masterminds/semver/v3 v3.2.1 /go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ =
3
3
github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
4
4
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
5
- github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY =
6
- github.com/google/go-github v17.0.0+incompatible /go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ =
5
+ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
6
+ github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
7
7
github.com/google/go-github/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4 =
8
8
github.com/google/go-github/v62 v62.0.0 /go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4 =
9
9
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
Original file line number Diff line number Diff line change 3
3
"devenv": {
4
4
"locked": {
5
5
"dir": "src/modules",
6
- "lastModified": 1726826452 ,
6
+ "lastModified": 1732585607 ,
7
7
"owner": "cachix",
8
8
"repo": "devenv",
9
- "rev": "2bdf6461e88c7e93b94d72d8b11d5a61f167cbf5 ",
9
+ "rev": "a520f05c40ebecaf5e17064b27e28ba8e70c49fb ",
10
10
"type": "github"
11
11
},
12
12
"original": {
19
19
"flake-compat": {
20
20
"flake": false,
21
21
"locked": {
22
- "lastModified": 1696426674 ,
22
+ "lastModified": 1732722421 ,
23
23
"owner": "edolstra",
24
24
"repo": "flake-compat",
25
- "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33 ",
25
+ "rev": "9ed2ac151eada2306ca8c418ebd97807bb08f6ac ",
26
26
"type": "github"
27
27
},
28
28
"original": {
68
68
},
69
69
"nixpkgs-stable": {
70
70
"locked": {
71
- "lastModified": 1726838390 ,
71
+ "lastModified": 1732632634 ,
72
72
"owner": "NixOS",
73
73
"repo": "nixpkgs",
74
- "rev": "944b2aea7f0a2d7c79f72468106bc5510cbf5101 ",
74
+ "rev": "6f6076c37180ea3a916f84928cf3a714c5207a30 ",
75
75
"type": "github"
76
76
},
77
77
"original": {
91
91
"nixpkgs-stable": "nixpkgs-stable"
92
92
},
93
93
"locked": {
94
- "lastModified": 1726745158 ,
94
+ "lastModified": 1732021966 ,
95
95
"owner": "cachix",
96
96
"repo": "pre-commit-hooks.nix",
97
- "rev": "4e743a6920eab45e8ba0fbe49dc459f1423a4b74 ",
97
+ "rev": "3308484d1a443fc5bc92012435d79e80458fe43c ",
98
98
"type": "github"
99
99
},
100
100
"original": {
Original file line number Diff line number Diff line change 6
6
flake-parts . url = "github:hercules-ci/flake-parts" ;
7
7
nixpkgs-1_0 . url = "github:nixos/nixpkgs/41de143fda10e33be0f47eab2bfe08a50f234267" ; # nixos-23.05
8
8
nixpkgs-1_6 . url = "github:nixos/nixpkgs/d6b3ddd253c578a7ab98f8011e59990f21dc3932" ; # nixos-24.05
9
- nixpkgs-1_9 . url = "github:nixos/nixpkgs/a1d92660c6b3b7c26fb883500a80ea9d33321be2 " ; # nixpkgs-unstable
9
+ nixpkgs-1_9 . url = "github:nixos/nixpkgs/af51545ec9a44eadf3fe3547610a5cdd882bc34e " ; # nixpkgs-unstable
10
10
systems . url = "github:nix-systems/default" ;
11
11
} ;
12
12
Original file line number Diff line number Diff line change 347
347
"1.9.8" : {
348
348
"hash" : " sha256-0xBhOdaIbw1fLmbI4KDvQoHD4BmVZoiMT/zv9MnwuD4=" ,
349
349
"vendorHash" : " sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU="
350
+ },
351
+ "1.10.0" : {
352
+ "hash" : " sha256-GvFBefp1RWqgB79Sv+2vYZyTjeLEYNsXFJrJxEUJAlY=" ,
353
+ "vendorHash" : " sha256-UmPnOfjR6kYI0TMH2J54LzDeDGJKMkAC0xZk6xstIuk="
350
354
}
351
355
},
352
356
"latest" : {
359
363
"1.6" : " 1.6.6" ,
360
364
"1.7" : " 1.7.5" ,
361
365
"1.8" : " 1.8.5" ,
362
- "1.9" : " 1.9.8"
366
+ "1.9" : " 1.9.8" ,
367
+ "1.10" : " 1.10.0"
363
368
}
364
369
}
You can’t perform that action at this time.
0 commit comments