forked from mutagen-io/mutagen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.23 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.23 KB
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
module github.com/mutagen-io/mutagen
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/go-winio v0.4.14
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.9.0
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/protobuf v1.3.3
github.com/google/uuid v1.1.1
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
github.com/hectane/go-acl v0.0.0-20190227043046-e28f47eff0c4
github.com/mattn/go-isatty v0.0.12
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.14
github.com/pion/logging v0.2.2
github.com/pion/webrtc/v2 v2.1.18
github.com/pkg/errors v0.9.1
github.com/shibukawa/extstat v0.0.0-20150809151201-4113c04d0977
github.com/spf13/cobra v0.0.6-0.20191202130430-b04b5bfc50cb
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
golang.org/x/text v0.3.2
google.golang.org/grpc v1.27.1
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/klog v0.3.0 // indirect
)