-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (24 loc) · 850 Bytes
/
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
module github.com/ddkwork/golibrary
go 1.23.3
require (
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/google/go-cmp v0.6.0
github.com/hupe1980/socks v0.0.9
golang.org/x/image v0.23.0
golang.org/x/sync v0.10.0
golang.org/x/text v0.21.0
golang.org/x/tools v0.28.0
mvdan.cc/gofumpt v0.7.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/hupe1980/golog v0.0.2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.33.0 // indirect
)