-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 728 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/meowgorithm/pipedream
go 1.19
require (
github.com/aws/aws-sdk-go v1.33.7
github.com/dustin/go-humanize v1.0.0
github.com/meowgorithm/babyenv v1.3.0
github.com/muesli/reflow v0.1.0
github.com/muesli/termenv v0.7.0
github.com/spf13/cobra v1.0.0
)
require (
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
)