-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 703 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/ZeroTechh/VerificationCodeService
go 1.14
require (
github.com/ZeroTechh/VelocityCore v0.0.23
github.com/ZeroTechh/blaze v0.1.6 // indirect
github.com/ZeroTechh/hades v0.1.9
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/go-cmp v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.5.1
go.uber.org/zap v1.14.1
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)