mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 05:35:10 +00:00
Users bugfixes + tests (#19)
Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,12 +3,12 @@ module github.com/micro/services
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
||||
github.com/golang/protobuf v1.4.3
|
||||
github.com/google/uuid v1.1.2
|
||||
github.com/gosimple/slug v1.9.0
|
||||
github.com/micro/dev v0.0.0-20201023140212-49030ae8a31f
|
||||
github.com/micro/go-micro/v2 v2.9.1
|
||||
github.com/micro/dev v0.0.0-20201026103917-a7b0e7877fa5
|
||||
github.com/micro/go-micro/v2 v2.9.1 // indirect
|
||||
github.com/micro/micro/v3 v3.0.0-beta.7
|
||||
github.com/miekg/dns v1.1.31 // indirect
|
||||
github.com/ulikunitz/xz v0.5.8 // indirect
|
||||
|
||||
Reference in New Issue
Block a user