- Notifications
You must be signed in to change notification settings - Fork 400
/
Copy pathgo.mod
99 lines (94 loc) · 4.01 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
modulegithub.com/arduino/arduino-cli
go1.20
// We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged
replacegithub.com/mailru/easyjson => github.com/cmaglie/easyjsonv0.8.1
require (
github.com/arduino/go-paths-helperv1.8.0
github.com/arduino/go-properties-orderedmapv1.7.1
github.com/arduino/go-timeutilsv0.0.0-20171220113728-d1dd9e313b1b
github.com/arduino/go-win32-utilsv0.0.0-20180330194947-ed041402e83b
github.com/cmaglie/pbv1.0.27
github.com/codeclysm/extract/v3v3.1.0
github.com/djherbis/bufferv1.1.0
github.com/djherbis/nio/v3v3.0.1
github.com/fatih/colorv1.7.0
github.com/gofrs/uuidv3.2.0+incompatible
github.com/juju/loggov0.0.0-20190526231331-6e530bcce5d8// indirect
github.com/kr/textv0.2.0// indirect
github.com/leonelquinteros/gotextv1.4.0
github.com/mailru/easyjsonv0.7.7
github.com/marcinbor85/gohexv0.0.0-20210308104911-55fb1c624d84
github.com/mattn/go-colorablev0.1.8
github.com/mattn/go-isattyv0.0.14
github.com/pkg/errorsv0.9.1
github.com/pmylund/sortutilv0.0.0-20120526081524-abeda66eb583
github.com/rifflock/lfshookv0.0.0-20180920164130-b9218ef580f5
github.com/schollz/closestmatchv2.1.0+incompatible
github.com/sergi/go-diffv1.1.0// indirect
github.com/sirupsen/logrusv1.4.2
github.com/spf13/cobrav1.2.1
github.com/spf13/jwalterweathermanv1.1.0
github.com/spf13/viperv1.8.1
github.com/stretchr/testifyv1.8.0
go.bug.st/cleanupv1.0.0
go.bug.st/downloader/v2v2.1.1
go.bug.st/relaxed-semverv0.10.1
go.bug.st/serialv1.3.2
golang.org/x/cryptov0.7.0
golang.org/x/textv0.8.0
google.golang.org/genprotov0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpcv1.38.0
google.golang.org/protobufv1.26.0
gopkg.in/mgo.v2v2.0.0-20180705113604-9856a29383ce// indirect
gopkg.in/src-d/go-git.v4v4.13.1
gopkg.in/yaml.v2v2.4.0
)
require (
github.com/rogpeppe/go-internalv1.3.0
github.com/xeipuuv/gojsonschemav1.2.0
go.bug.st/testifyjsonv1.1.1
golang.org/x/termv0.6.0
gopkg.in/yaml.v3v3.0.1
)
require (
github.com/cpuguy83/go-md2man/v2v2.0.0// indirect
github.com/creack/goselectv0.1.2// indirect
github.com/davecgh/go-spewv1.1.1// indirect
github.com/emirpasic/godsv1.12.0// indirect
github.com/fsnotify/fsnotifyv1.4.9// indirect
github.com/golang/protobufv1.5.2// indirect
github.com/h2non/filetypev1.1.3// indirect
github.com/hashicorp/hclv1.0.0// indirect
github.com/inconshreveable/mousetrapv1.0.0// indirect
github.com/itchyny/gojqv0.12.8// indirect
github.com/itchyny/timefmt-gov0.1.3// indirect
github.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99// indirect
github.com/josharian/internv1.0.0// indirect
github.com/juju/errorsv0.0.0-20181118221551-089d3ea4e4d5// indirect
github.com/kevinburke/ssh_configv0.0.0-20190725054713-01f96b0aa0cd// indirect
github.com/klauspost/compressv1.15.13// indirect
github.com/konsorten/go-windows-terminal-sequencesv1.0.1// indirect
github.com/magiconair/propertiesv1.8.5// indirect
github.com/mattn/go-runewidthv0.0.13// indirect
github.com/mitchellh/go-homedirv1.1.0// indirect
github.com/mitchellh/mapstructurev1.4.1// indirect
github.com/pelletier/go-tomlv1.9.3// indirect
github.com/pmezard/go-difflibv1.0.0// indirect
github.com/rivo/unisegv0.2.0// indirect
github.com/russross/blackfriday/v2v2.0.1// indirect
github.com/shurcooL/sanitized_anchor_namev1.0.0// indirect
github.com/spf13/aferov1.6.0// indirect
github.com/spf13/castv1.3.1// indirect
github.com/spf13/pflagv1.0.5// indirect
github.com/src-d/gcfgv1.4.0// indirect
github.com/subosito/gotenvv1.2.0// indirect
github.com/ulikunitz/xzv0.5.11// indirect
github.com/xanzy/ssh-agentv0.2.1// indirect
github.com/xeipuuv/gojsonpointerv0.0.0-20180127040702-4e3ac2762d5f// indirect
github.com/xeipuuv/gojsonreferencev0.0.0-20180127040603-bd5ef7bd5415// indirect
golang.org/x/netv0.8.0// indirect
golang.org/x/sysv0.6.0// indirect
gopkg.in/ini.v1v1.62.0// indirect
gopkg.in/src-d/go-billy.v4v4.3.2// indirect
gopkg.in/warnings.v0v0.1.2// indirect
)