-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
160 lines (157 loc) · 7.08 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
module github.com/inoxlang/inox
go 1.22
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/PuerkitoBio/goquery v1.8.1
github.com/adrg/xdg v0.4.0
github.com/alecthomas/chroma/v2 v2.12.0
github.com/alexedwards/argon2id v1.0.0
github.com/aohorodnyk/mimeheader v0.0.6
github.com/bep/debounce v1.2.1
github.com/bits-and-blooms/bitset v1.13.0
github.com/bmatcuk/doublestar/v4 v4.6.1
github.com/caddyserver/certmagic v0.20.0
github.com/chromedp/cdproto v0.0.0-20231205062650-00455a960d61
github.com/chromedp/chromedp v0.9.3
github.com/cloudflare/cloudflare-go v0.88.0
github.com/containerd/cgroups/v3 v3.0.3
github.com/coreos/go-systemd/v22 v22.5.0
github.com/dimuska139/go-email-normalizer/v2 v2.0.0
github.com/djherbis/times v1.6.0
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/fsnotify/fsnotify v1.7.0
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.11.0
github.com/goccy/go-json v0.10.2
github.com/goccy/go-yaml v1.11.3
github.com/google/go-dap v0.11.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/johannesboyne/gofakes3 v0.0.0-20240217095638-c55a48f17be6
github.com/klauspost/compress v1.17.8
github.com/maruel/natural v1.1.1
github.com/miekg/dns v1.1.58
github.com/minio/minio-go/v7 v7.0.67
github.com/muesli/cancelreader v0.2.2
github.com/muesli/termenv v0.15.2
github.com/oklog/ulid/v2 v2.1.0
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/pb33f/libopenapi v0.13.9
github.com/posener/complete/v2 v2.1.0
github.com/rs/zerolog v1.32.0
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/shirou/gopsutil/v3 v3.24.1
github.com/shoenig/go-landlock v1.2.1
github.com/stretchr/testify v1.8.4
github.com/tdewolff/minify/v2 v2.20.17
github.com/tdewolff/parse/v2 v2.7.12
github.com/tidwall/btree v1.7.0
github.com/tidwall/gjson v1.17.1
github.com/tidwall/grect v0.1.4
github.com/tidwall/lotsa v1.0.3
github.com/tidwall/match v1.1.1
github.com/tidwall/rtred v0.1.2
github.com/tidwall/tinylru v1.2.1
github.com/tink-crypto/tink-go v0.0.0-20230613075026-d6de17e3f164
github.com/tommie/v8go v0.10.1
github.com/ysmood/fetchup v0.2.4
go.etcd.io/bbolt v1.3.8
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
golang.org/x/mod v0.16.0
golang.org/x/net v0.22.0
golang.org/x/term v0.18.0
gonum.org/v1/gonum v0.14.0
gopkg.in/cenkalti/backoff.v1 v1.1.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
dario.cat/mergo v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/aws/aws-sdk-go v1.50.22 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/cilium/ebpf v0.11.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.3.1 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
github.com/hashicorp/go-set/v2 v2.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/libdns/libdns v0.2.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mholt/acmez v1.2.0 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/opencontainers/runtime-spec v1.0.2 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/script v1.2.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rs/xid v1.5.0 // indirect
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/shabbyrobe/gocovmerge v0.0.0-20230507112040-c3350d9342df // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/tommie/v8go/deps/android_amd64 v0.0.0-20231230103237-af527c0f9162 // indirect
github.com/tommie/v8go/deps/android_arm64 v0.0.0-20231230103237-af527c0f9162 // indirect
github.com/tommie/v8go/deps/darwin_amd64 v0.0.0-20231230103237-af527c0f9162 // indirect
github.com/tommie/v8go/deps/darwin_arm64 v0.0.0-20231230103237-af527c0f9162 // indirect
github.com/tommie/v8go/deps/linux_amd64 v0.0.0-20231230103237-af527c0f9162 // indirect
github.com/tommie/v8go/deps/linux_arm64 v0.0.0-20231230103237-af527c0f9162 // indirect
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.69 // indirect
)