-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.11 KB
/
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
module github.com/vgmdj/utils
require (
github.com/360EntSecGroup-Skylar/excelize v1.3.0 // indirect
github.com/Luxurioust/excelize v1.3.0
github.com/go-ini/ini v1.38.2
github.com/go-redis/redis v6.15.9+incompatible
github.com/google/uuid v1.0.0
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
github.com/json-iterator/go v1.1.7
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/pborman/uuid v0.0.0-20180909234540-25cd46ecac86
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/stretchr/testify v1.5.1
github.com/vgmdj/gb2260 v0.0.0-20180621064901-26fbcc4a270b
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/text v0.3.3
gopkg.in/ini.v1 v1.38.2 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)
go 1.15