|
1 | 1 | module github.com/plumber-cd/terraform-backend-git |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
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 | 6 | github.com/go-git/go-billy/v5 v5.3.1 |
10 | 7 | github.com/go-git/go-git/v5 v5.4.2 |
11 | 8 | github.com/gorilla/handlers v1.5.1 |
12 | | - github.com/kevinburke/ssh_config v1.1.0 // indirect |
13 | 9 | github.com/mitchellh/go-homedir v1.1.0 |
14 | | - github.com/sergi/go-diff v1.2.0 // indirect |
15 | | - github.com/spf13/afero v1.8.0 // indirect |
16 | 10 | github.com/spf13/cobra v1.3.0 |
17 | 11 | github.com/spf13/viper v1.10.1 |
18 | 12 | github.com/xanzy/ssh-agent v0.3.1 |
19 | 13 | golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce |
20 | | - golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect |
21 | 14 | golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 |
| 15 | +) |
| 16 | + |
| 17 | +require ( |
| 18 | + github.com/Microsoft/go-winio v0.5.1 // indirect |
| 19 | + github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect |
| 20 | + github.com/acomagu/bufpipe v1.0.3 // indirect |
| 21 | + github.com/emirpasic/gods v1.12.0 // indirect |
| 22 | + github.com/felixge/httpsnoop v1.0.2 // indirect |
| 23 | + github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 24 | + github.com/go-git/gcfg v1.5.0 // indirect |
| 25 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 26 | + github.com/imdario/mergo v0.3.12 // indirect |
| 27 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 28 | + github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
| 29 | + github.com/kevinburke/ssh_config v1.1.0 // indirect |
| 30 | + github.com/magiconair/properties v1.8.5 // indirect |
| 31 | + github.com/mitchellh/mapstructure v1.4.3 // indirect |
| 32 | + github.com/pelletier/go-toml v1.9.4 // indirect |
| 33 | + github.com/sergi/go-diff v1.2.0 // indirect |
| 34 | + github.com/spf13/afero v1.8.0 // indirect |
| 35 | + github.com/spf13/cast v1.4.1 // indirect |
| 36 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 37 | + github.com/spf13/pflag v1.0.5 // indirect |
| 38 | + github.com/subosito/gotenv v1.2.0 // indirect |
| 39 | + golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect |
22 | 40 | golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect |
| 41 | + golang.org/x/text v0.3.7 // indirect |
| 42 | + gopkg.in/ini.v1 v1.66.2 // indirect |
| 43 | + gopkg.in/warnings.v0 v0.1.2 // indirect |
| 44 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
23 | 45 | ) |
0 commit comments