-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
26 lines (23 loc) · 923 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
26
// MIT License. Copyright (c) 2020 CQFN
// https://github.com/cqfn/degitx/blob/master/LICENSE
module cqfn.org/degitx
go 1.14
require (
github.com/g4s8/go-bundle v0.1.1
github.com/g4s8/go-matchers v0.0.0-20201209072131-8aaefc3fcb9c
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/multiformats/go-multiaddr v0.4.1
github.com/multiformats/go-multihash v0.0.16
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.2.0
gitlab.com/gitlab-org/gitaly-proto/go/gitalypb v0.0.0-20190424173140-c9b311f06511
go.uber.org/zap v1.19.1
golang.org/x/net v0.0.0-20210928044308-7d9f5e0b762b
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/text v0.3.7 // indirect
// google.golang.org/genproto v0.0.0-20210927142257-433400c27d05 // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
)