1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00
sops-nix/pkgs/sops-install-secrets/go.mod
Jörg Thalheim 8ccd9ba269
first commit
2020-07-06 07:31:57 +01:00

9 lines
220 B
Modula-2

module github.com/Mic92/sops-install-secrets
go 1.14
require (
github.com/mozilla-services/yaml v0.0.0-20191106225358-5c216288813c
go.mozilla.org/sops/v3 v3.5.0
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
)