-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 798 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 798 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/subchen/frep
require (
github.com/BurntSushi/toml v1.2.1
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/aws/aws-sdk-go v1.44.205 // indirect
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/ismferd/ssm v0.1.0
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/overdrive3000/secretsmanager v0.2.0
github.com/subchen/go-cli v2.0.3+incompatible
golang.org/x/crypto v0.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
go 1.13