build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0

Dependabot couldn't find the original pull request head commit, d67050f37b5ae74ebf9ee88ac61714cd06aa0295.
This commit is contained in:
dependabot[bot] 2025-09-10 10:38:13 +00:00 committed by GitHub
parent 3b4a369df9
commit 39d4f11174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module github.com/Mic92/sops-nix
go 1.23.0
go 1.24.0
toolchain go1.24.1
@ -11,7 +11,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/mozilla-services/yaml v0.0.0-20201007153854-c369669a6625
golang.org/x/crypto v0.41.0
golang.org/x/sys v0.35.0
golang.org/x/sys v0.36.0
gopkg.in/ini.v1 v1.67.0
)