-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
21 lines (19 loc) · 710 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/Samasource/jen
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.2.9
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/go-test/deep v1.0.7
github.com/google/uuid v1.1.2 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/kylelemons/go-gypsy v1.0.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
gopkg.in/yaml.v2 v2.3.0
)