-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 952 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
module github.com/jayalane/go-searchstat
go 1.22.5
require (
github.com/jayalane/go-counter v0.0.0-20240705210921-ef55ebe2f756
github.com/jayalane/go-dedup-map v0.0.0-20240709000714-a84f35dc22e3
github.com/jayalane/go-globals v0.0.0-20240709000740-e2b918a28736
github.com/jayalane/go-persist-set v1.0.0
github.com/jayalane/go-syscalls-timeout v0.0.0-20240705213243-830c65b670f2
github.com/jayalane/go-treewalk v0.0.0-20240709000936-b562b87e81b2
)
require (
github.com/felixge/fgprof v0.9.3 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/jayalane/go-lll v0.0.0-20240705211819-06fc7741d960 // indirect
github.com/jayalane/go-tinyconfig v0.0.0-20240705214247-5466406a70c3 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/profile v1.7.0 // indirect
)