Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ff73212

Browse files
committed
chore(deps): Upgrade to sops 3.7
1 parent 68c493d commit ff73212

File tree

5 files changed

+101
-46
lines changed

5 files changed

+101
-46
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: Install gpg
1212
run: sudo apt-get install gpg
1313

14-
- name: Set up Go 1.13
14+
- name: Set up Go 1.16
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: 1.13
17+
go-version: 1.16
1818
id: go
1919

2020
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Install gpg
1414
run: sudo apt-get install gpg
1515

16-
- name: Set up Go 1.13
16+
- name: Set up Go 1.16
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.13
19+
go-version: 1.16
2020
id: go
2121

2222
- name: Check out code into the Go module directory

.sops.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
creation_rules:
2-
- pgp: A889B4E4B33B83D045BA02D8063130A59A5A1F5A
2+
- path_regex: example/.*$
3+
pgp: A889B4E4B33B83D045BA02D8063130A59A5A1F5A

go.mod

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
module github.com/julienp/secretgen
22

3-
go 1.13
3+
go 1.16
44

55
require (
66
github.com/Azure/go-autorest/autorest v0.9.2 // indirect
77
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
8-
github.com/google/go-cmp v0.3.1 // indirect
98
github.com/hashicorp/golang-lru v0.5.3 // indirect
109
github.com/mattn/go-colorable v0.1.2 // indirect
1110
github.com/stretchr/objx v0.2.0 // indirect
12-
github.com/stretchr/testify v1.6.1
13-
go.mozilla.org/sops/v3 v3.5.0
14-
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
15-
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
16-
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
17-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
18-
gopkg.in/yaml.v2 v2.3.0
11+
github.com/stretchr/testify v1.5.1
12+
go.mozilla.org/sops/v3 v3.7.1
13+
gopkg.in/yaml.v2 v2.4.0
1914
)

0 commit comments

Comments
 (0)