-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.33 KB
/
go.mod
File metadata and controls
35 lines (32 loc) · 1.33 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
module github.com/chainreactors/mals
go 1.20
require (
al.essio.dev/pkg/shellescape v1.5.1
github.com/cbroglie/mustache v1.4.0
github.com/chainreactors/logs v0.0.0-20241115105204-6132e39f5261
github.com/chainreactors/utils v0.0.0-20241209140746-65867d2f78b2
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
github.com/dustin/go-humanize v1.0.1
github.com/go-sql-driver/mysql v1.8.1
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.24
github.com/montanaflynn/stats v0.7.1
github.com/stretchr/testify v1.9.0
github.com/tengattack/gluacrypto v0.0.0-20240324200146-54b58c95c255
github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7
github.com/yuin/gopher-lua v1.1.1
google.golang.org/protobuf v1.34.1
gopkg.in/yaml.v3 v3.0.1
layeh.com/gopher-luar v1.0.11
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/chainreactors/files v0.0.0-20240716182835-7884ee1e77f0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-dedup/megophone v0.0.0-20170830025436-f01be21026f5 // indirect
github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c // indirect
github.com/go-dedup/text v0.0.0-20170907015346-8bb1b95e3cb7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/twmb/murmur3 v1.1.8 // indirect
)