-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (22 loc) · 865 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
module github.com/malumar/zoha
go 1.22.0
// toolchain go1.22.4
require (
github.com/google/uuid v1.6.0
github.com/malumar/domaintools v0.0.0-20241008121017-c780fcac9f2d
github.com/malumar/filebuf v0.0.0-20241009181853-e5e2a4f3edb0
github.com/malumar/filekit v0.0.0-20241015164408-e5658e310902
github.com/malumar/mslices v1.0.1
github.com/malumar/parsemail v0.0.0-20241016122117-efd22d231d21
github.com/malumar/strutils v0.0.0-20241010074433-6267cf36c9e8
github.com/martinlindhe/base36 v1.1.1
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.26.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/malumar/shellexec v0.0.0-20241011121645-8ede9e649a76 // indirect
github.com/malumar/tracer v0.0.0-20241011130543-57f4d5d530e2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)