forked from mutagen-io/mutagen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (36 loc) · 1.48 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
36
37
38
39
40
module github.com/mutagen-io/mutagen
go 1.18
require (
github.com/Microsoft/go-winio v0.5.2
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/dustin/go-humanize v1.0.0
github.com/eknkc/basex v1.0.1
github.com/fatih/color v1.13.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/uuid v1.3.0
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
github.com/mattn/go-isatty v0.0.14
github.com/mutagen-io/extstat v0.0.0-20210224131814-32fa3f057fa8
github.com/mutagen-io/fsevents v0.0.0-20180903111129-10556809b434
github.com/mutagen-io/gopass v0.0.0-20170602182606-9a121bec1ae7
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b
golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb
golang.org/x/text v0.3.7
google.golang.org/grpc v1.45.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.21.3
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
google.golang.org/genproto v0.0.0-20220329172620-7be39ac1afc7 // indirect
)
replace k8s.io/apimachinery v0.21.3 => github.com/mutagen-io/apimachinery v0.21.3-mutagen1