mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 14:35:25 +08:00
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:
parent
3b4a369df9
commit
39d4f11174
2 changed files with 4 additions and 4 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue