-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 667 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/kode4food/jpath
go 1.27.0
require (
github.com/kode4food/lru v0.0.0-20260718151352-0ac133042e5e
github.com/stretchr/testify v1.11.1
golang.org/x/tools v0.49.0
honnef.co/go/tools v0.8.0
)
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20260820142414-ca536658362e // indirect
golang.org/x/mod v0.40.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/telemetry v0.0.0-20260820143203-7221e139e8d6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)