forked from mutagen-io/mutagen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.3 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
32
33
34
35
module github.com/mutagen-io/mutagen
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/go-winio v0.4.13-0.20190422210507-3fe4fa31662f
github.com/bmatcuk/doublestar v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/eknkc/basex v1.0.0
github.com/fatih/color v1.7.0
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef
github.com/golang/protobuf v1.3.1
github.com/google/uuid v1.1.1
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/hectane/go-acl v0.0.0-20190227043046-e28f47eff0c4
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7
github.com/mutagen-io/fsevents v0.0.0-20180903111129-10556809b434
github.com/mutagen-io/gopass v0.0.0-20170602182606-9a121bec1ae7
github.com/pion/datachannel v1.4.13
github.com/pion/webrtc/v2 v2.1.15
github.com/pkg/errors v0.8.1
github.com/shibukawa/extstat v0.0.0-20150809151201-4113c04d0977
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c
golang.org/x/text v0.3.0
google.golang.org/grpc v1.20.1
gopkg.in/yaml.v2 v2.2.4
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/klog v0.3.0 // indirect
)