-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (29 loc) · 1021 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
27
28
29
30
31
32
33
34
module github.com/jtagcat/git-id
go 1.18
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/gogs/git-module v1.6.0
github.com/minio/pkg v1.1.24
github.com/stretchr/testify v1.7.1
github.com/whilp/git-urls v1.0.0
)
require (
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/gravitational/teleport v3.2.17+incompatible
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/renameio/v2 v2.0.0
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/urfave/cli/v2 v2.10.3
gopkg.in/yaml.v3 v3.0.1 // indirect
)