forked from ca-gip/dploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 682 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ca-gip/dploy
go 1.16
require (
github.com/apenella/go-ansible v1.1.0
github.com/fsnotify/fsnotify v1.4.9
github.com/go-test/deep v1.0.7
github.com/karrick/godirwalk v1.16.1
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
github.com/mitchellh/go-homedir v1.1.0
github.com/relex/aini v1.2.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)