-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
20 lines (18 loc) · 813 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/daveadams/go-rapture
go 1.12
require (
github.com/aws/aws-sdk-go v1.30.22
github.com/google/uuid v1.1.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/miquella/vaulted v0.0.0-20190730001314-cc10202a3b51
github.com/stretchr/objx v0.2.0 // indirect
github.com/yuin/goldmark v1.1.30 // indirect
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20200507050207-a1532b81a28f // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)