-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (29 loc) · 1.18 KB
/
go.mod
File metadata and controls
33 lines (29 loc) · 1.18 KB
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
32
33
module github.com/coze-dev/cozeloop-go
go 1.18
require (
github.com/bluele/gcache v0.0.2
github.com/bytedance/mockey v1.2.14
github.com/coze-dev/cozeloop-go/spec v0.1.4-0.20250829072213-3812ddbfb735
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/nikolalohinski/gonja/v2 v2.3.1
github.com/smartystreets/goconvey v1.8.1
github.com/valyala/fasttemplate v1.2.2
golang.org/x/sync v0.11.0
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.2-0.20201214064552-5dd12d0cfe7f // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/arch v0.11.0 // indirect
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
replace github.com/coze-dev/cozeloop-go/spec => ./spec