-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
39 lines (36 loc) · 1.58 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
module github.com/HexmosTech/lama2
go 1.19
require (
github.com/HexmosTech/gabs/v2 v2.6.5
github.com/HexmosTech/godotenv v0.0.0-20230327154318-72e1f3d32ed3
github.com/HexmosTech/httpie-go v1.0.11
github.com/Vivino/go-autocomplete-trie v0.0.0-20230301121706-da951497d081
github.com/atotto/clipboard v0.1.4
github.com/dop251/goja v0.0.0-20240516125602-ccbae20bcec2
github.com/dop251/goja_nodejs v0.0.0-20211022123610-8dd9abb0616d
github.com/jessevdk/go-flags v1.5.0
github.com/rs/zerolog v1.32.0
)
require (
code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b // indirect
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mtibben/androiddnsfix v0.0.0-20200907095054-ff0280446354 // indirect
github.com/pborman/getopt v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/vbauerster/mpb/v5 v5.0.2 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.22.0 // indirect
)