-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (21 loc) · 717 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
28
29
30
31
module github.com/hedzr/store
go 1.22.7
// replace gopkg.in/hedzr/errors.v3 => ../../24/libs.errors
// replace github.com/hedzr/go-errors/v2 => ../libs.errors
// replace github.com/hedzr/evendeep => ../libs.diff
// replace github.com/hedzr/env => ../libs.env
// replace github.com/hedzr/is => ../libs.is
// replace github.com/hedzr/logg => ../libs.logg
// replace github.com/hedzr/go-utils/v2 => ./
require (
github.com/hedzr/evendeep v1.2.15
github.com/hedzr/is v0.6.10
github.com/hedzr/logg v0.7.22
gopkg.in/hedzr/errors.v3 v3.3.5
)
require (
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
)