forked from Shopify/themekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.35 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/Shopify/themekit
require (
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/aws/aws-sdk-go v0.0.0-20180731200658-1c16cd01d785
github.com/caarlos0/env v0.0.0-20161013201842-d0de832ed2fb
github.com/fatih/color v1.7.0
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/hashicorp/go-version v0.0.0-20180716215031-270f2f71b1ee
github.com/imdario/mergo v0.3.6
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/mattn/go-colorable v0.0.0-20180310133214-efa589957cd0
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/radovskyb/watcher v1.0.7
github.com/ryanuber/go-glob v0.0.0-20160226084822-572520ed46db
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/spf13/cobra v0.0.0-20180722215644-7c4570c3ebeb
github.com/spf13/pflag v1.0.2 // indirect
github.com/stretchr/testify v1.2.2
github.com/vbauerster/mpb v3.3.2+incompatible
github.com/vektra/mockery v1.1.2 // indirect
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)
go 1.13