forked from Done-0/fuck-u-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 581 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Done-0/fuck-u-code
go 1.23
require (
github.com/alecthomas/participle/v2 v2.0.0
github.com/fatih/color v1.15.0
github.com/robertkrimen/otto v0.2.1
github.com/spf13/cobra v1.7.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)