github.com/mutagen-io/mutagen@v0.18.0-rc1/go.mod (about)

     1  module github.com/mutagen-io/mutagen
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/Microsoft/go-winio v0.6.2
     7  	github.com/bmatcuk/doublestar/v4 v4.6.1
     8  	github.com/dustin/go-humanize v1.0.1
     9  	github.com/eknkc/basex v1.0.1
    10  	github.com/fatih/color v1.16.0
    11  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
    12  	github.com/google/uuid v1.6.0
    13  	github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
    14  	github.com/klauspost/compress v1.17.8
    15  	github.com/mattn/go-isatty v0.0.20
    16  	github.com/mutagen-io/extstat v0.0.0-20210224131814-32fa3f057fa8
    17  	github.com/mutagen-io/fsevents v0.0.0-20230629001834-f53e17b91ebc
    18  	github.com/mutagen-io/gopass v0.0.0-20230214181532-d4b7cdfe054c
    19  	github.com/spf13/cobra v1.8.0
    20  	github.com/spf13/pflag v1.0.5
    21  	github.com/zeebo/xxh3 v1.0.2
    22  	golang.org/x/net v0.24.0
    23  	golang.org/x/sys v0.19.0
    24  	golang.org/x/text v0.14.0
    25  	google.golang.org/grpc v1.63.2
    26  	google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
    27  	google.golang.org/protobuf v1.33.0
    28  	gopkg.in/yaml.v2 v2.4.0
    29  	k8s.io/apimachinery v0.21.3
    30  )
    31  
    32  require (
    33  	github.com/google/go-cmp v0.6.0 // indirect
    34  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    35  	github.com/klauspost/cpuid/v2 v2.0.9 // indirect
    36  	github.com/mattn/go-colorable v0.1.13 // indirect
    37  	golang.org/x/term v0.19.0 // indirect
    38  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
    39  )
    40  
    41  replace k8s.io/apimachinery v0.21.3 => github.com/mutagen-io/apimachinery v0.21.3-mutagen1