Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 22, 2023. It is now read-only.
forked from ReyBan82/git-lfs
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
46 lines (43 loc) · 1.94 KB
/
Copy pathgo.mod
File metadata and controls
46 lines (43 loc) · 1.94 KB
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
41
42
43
44
45
46
// The Git LFS project does not maintain a stable API or ABI for this module.
// Please do not import this module outside of the Git LFS project.
modulegithub.com/git-lfs/git-lfs/v3
require (
github.com/avast/retry-gov2.4.2+incompatible
github.com/dpotapov/go-spnegov0.0.0-20210315154721-298b63a54430
github.com/git-lfs/gitobj/v2v2.1.1
github.com/git-lfs/go-netrcv0.0.0-20210914205454-f0c862dd687a
github.com/git-lfs/pktlinev0.0.0-20210330133718-06e9096e2825
github.com/git-lfs/wildmatch/v2v2.0.1
github.com/leonelquinteros/gotextv1.5.0
github.com/mattn/go-isattyv0.0.4
github.com/olekukonko/tsv0.0.0-20171002115256-78ecb04241c0
github.com/pkg/errorsv0.0.0-20170505043639-c605e284fe17
github.com/rubyist/tracerxv0.0.0-20170927163412-787959303086
github.com/spf13/cobrav1.7.0
github.com/ssgelm/cookiejarparserv1.0.1
github.com/stretchr/testifyv1.6.1
github.com/xeipuuv/gojsonschemav0.0.0-20170210233622-6b67b3fab74d
golang.org/x/netv0.7.0
golang.org/x/syncv0.1.0
golang.org/x/sysv0.5.0
)
require (
github.com/alexbrainman/sspiv0.0.0-20210105120005-909beea2cc74// indirect
github.com/davecgh/go-spewv1.1.1// indirect
github.com/hashicorp/go-uuidv1.0.2// indirect
github.com/inconshreveable/mousetrapv1.1.0// indirect
github.com/jcmturner/aescts/v2v2.0.0// indirect
github.com/jcmturner/dnsutils/v2v2.0.0// indirect
github.com/jcmturner/goforkv1.0.0// indirect
github.com/jcmturner/goidentity/v6v6.0.1// indirect
github.com/jcmturner/gokrb5/v8v8.4.2// indirect
github.com/jcmturner/rpc/v2v2.0.3// indirect
github.com/pmezard/go-difflibv1.0.0// indirect
github.com/spf13/pflagv1.0.5// indirect
github.com/xeipuuv/gojsonpointerv0.0.0-20180127040702-4e3ac2762d5f// indirect
github.com/xeipuuv/gojsonreferencev0.0.0-20180127040603-bd5ef7bd5415// indirect
golang.org/x/cryptov0.0.0-20220411220226-7b82a4e95df4// indirect
golang.org/x/textv0.7.0// indirect
gopkg.in/yaml.v3v3.0.1// indirect
)
go1.17