forked from gitpod-io/leeway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 823 Bytes
/
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
module github.com/typefox/leeway
go 1.14
require (
github.com/GeertJohan/go.rice v1.0.2
github.com/creack/pty v1.1.11
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/disiqueira/gotree v1.0.0
github.com/fsnotify/fsnotify v1.4.9
github.com/google/go-cmp v0.5.0
github.com/gookit/color v1.3.5
github.com/imdario/mergo v0.3.11
github.com/karrick/godirwalk v1.16.1
github.com/minio/highwayhash v1.0.1
github.com/segmentio/textio v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/mod v0.4.0
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)