-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (29 loc) · 1021 Bytes
/
go.mod
File metadata and controls
34 lines (29 loc) · 1021 Bytes
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-20230301143203-a9d515a09cc2
github.com/gogs/git-module v1.8.4
github.com/minio/pkg v1.7.5
github.com/stretchr/testify v1.10.0
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.7 // indirect
github.com/gravitational/teleport v4.3.10+incompatible
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // 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.27.7
gopkg.in/yaml.v3 v3.0.1 // indirect
)