-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 1 KB
/
go.mod
File metadata and controls
24 lines (21 loc) · 1 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
module github.com/FrameworkOSS/feature_stdlib
go 1.25.4
require (
github.com/FrameworkOSS/event v0.0.0-20260130025636-4bd18cbcf4e7
github.com/FrameworkOSS/feature v0.0.0-20260130030150-290814e4405c
github.com/FrameworkOSS/feature_commands v0.0.0-20260130030137-d746cde1f5c5
github.com/FrameworkOSS/feature_debugger v0.0.0-20260130030221-e6cd2a71f036
github.com/FrameworkOSS/feature_files v0.0.0-20260130030300-ab21aab45c5c
github.com/FrameworkOSS/feature_hellodolly v0.0.0-20260130030326-2110e71a6e24
github.com/FrameworkOSS/feature_shell v0.0.0-20260130030416-2ebf7bd58778
github.com/FrameworkOSS/feature_wires v0.0.0-20260130030430-bb17c84ca0c6
github.com/FrameworkOSS/portal v0.0.0-20260130024933-862bbe3a3b0f
)
require (
github.com/JoshuaDoes/crunchio v0.0.4 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
golang.org/x/sys v0.40.0 // indirect
)