Skip to content

Commit 2c8def6

Browse files
Merge pull request #814 from Mic92/dependabot/go_modules/golang.org/x/sys-0.34.0
build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0
2 parents 3633fc4 + 570594e commit 2c8def6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
pkgs ? import <nixpkgs> { },
3-
vendorHash ? "sha256-UmumPifdmAg9nqVG/AgqNZO628DZEJ8yPvhrWALVFdI=",
3+
vendorHash ? "sha256-USoUn6rKUgI4hbZxoFgO44tW/T3Cf5ZM3WfJ9iRIIyo=",
44
}:
55
let
66
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/joho/godotenv v1.5.1
1212
github.com/mozilla-services/yaml v0.0.0-20201007153854-c369669a6625
1313
golang.org/x/crypto v0.39.0
14-
golang.org/x/sys v0.33.0
14+
golang.org/x/sys v0.34.0
1515
gopkg.in/ini.v1 v1.67.0
1616
)
1717

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
311311
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
312312
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
313313
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
314-
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
315-
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
314+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
315+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
316316
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
317317
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
318318
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=

0 commit comments

Comments
 (0)