Skip to content

Commit b916011

Browse files
committed
Update dependencies
1 parent 6fc4b27 commit b916011

File tree

3 files changed

+712
-296
lines changed

3 files changed

+712
-296
lines changed

go.mod

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ module github.com/plumber-cd/terraform-backend-git
33
go 1.13
44

55
require (
6-
github.com/go-git/go-billy/v5 v5.0.0
7-
github.com/go-git/go-git/v5 v5.0.0
8-
github.com/gorilla/handlers v1.4.2
9-
github.com/hashicorp/terraform v0.12.24
6+
github.com/Microsoft/go-winio v0.5.1 // indirect
7+
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect
8+
github.com/felixge/httpsnoop v1.0.2 // indirect
9+
github.com/go-git/go-billy/v5 v5.3.1
10+
github.com/go-git/go-git/v5 v5.4.2
11+
github.com/gorilla/handlers v1.5.1
12+
github.com/kevinburke/ssh_config v1.1.0 // indirect
1013
github.com/mitchellh/go-homedir v1.1.0
11-
github.com/spf13/cobra v1.0.0
12-
github.com/spf13/viper v1.4.0
13-
github.com/xanzy/ssh-agent v0.2.1
14-
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
15-
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa
14+
github.com/sergi/go-diff v1.2.0 // indirect
15+
github.com/spf13/afero v1.8.0 // indirect
16+
github.com/spf13/cobra v1.3.0
17+
github.com/spf13/viper v1.10.1
18+
github.com/xanzy/ssh-agent v0.3.1
19+
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
20+
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
21+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
22+
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
1623
)

0 commit comments

Comments
 (0)