-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 732 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/hsnodgrass/pufctl
go 1.14
require (
github.com/alecthomas/participle v0.5.0
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/gizak/termui/v3 v3.1.0
github.com/go-git/go-billy v4.2.0+incompatible
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git v4.7.0+incompatible
github.com/go-git/go-git/v5 v5.1.0
github.com/google/go-querystring v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/yaml.v2 v2.2.4
)