-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 681 Bytes
/
go.mod
File metadata and controls
23 lines (19 loc) · 681 Bytes
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/kaptinlin/template
go 1.26.2
require (
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
github.com/google/go-cmp v0.7.0
github.com/kaptinlin/filter v0.4.17
github.com/kaptinlin/jsonpointer v0.4.18
github.com/stretchr/testify v1.11.1
)
require github.com/dromara/carbon/v2 v2.6.16 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gosimple/slug v1.15.0 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)