-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
40 lines (37 loc) · 1.42 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
module github.com/ddkwork/golibrary
go 1.23.0
require (
gioui.org v0.7.1
github.com/alecthomas/chroma/v2 v2.14.0
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/dc0d/caseconv v0.5.0
github.com/ddkwork/websocket v0.0.0-20240601052833-daa7b9f82130
github.com/fatih/color v1.17.0
github.com/google/uuid v1.6.0
github.com/hupe1980/socks v0.0.9
github.com/rivo/uniseg v0.4.7
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/image v0.20.0
golang.org/x/text v0.18.0
golang.org/x/tools v0.25.0
mvdan.cc/gofumpt v0.7.0
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-text/typesetting v0.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hupe1980/golog v0.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/exp/shiny v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)