-
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) · 671 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 671 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/libranwmq/cmap
go 1.23.0
require (
github.com/golang/mock v1.6.0
github.com/json-iterator/go v1.1.12
github.com/smartystreets/goconvey v1.8.1
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.15.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
)