-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.11 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.11 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
module github.com/yylego/goenum
go 1.25.0
require (
github.com/stretchr/testify v1.11.1
github.com/yylego/enum v0.0.0
github.com/yylego/formatgo v0.0.0
github.com/yylego/must v0.0.0
github.com/yylego/osexistpath v0.0.0
github.com/yylego/printgo v0.0.0
github.com/yylego/rese v0.0.0
github.com/yylego/runpath v0.0.0
github.com/yylego/syntaxgo v0.0.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/yylego/done v0.0.0 // indirect
github.com/yylego/erero v0.0.0 // indirect
github.com/yylego/mutexmap v0.0.0 // indirect
github.com/yylego/sure v0.0.0 // indirect
github.com/yylego/tern v0.0.0 // indirect
github.com/yylego/zaplog v0.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/tools v0.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)