mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 14:35:07 +00:00
[WIP] Moving test services to this repo
This commit is contained in:
21
logger/go.mod
Normal file
21
logger/go.mod
Normal file
@@ -0,0 +1,21 @@
|
||||
module logger
|
||||
|
||||
go 1.13
|
||||
|
||||
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
||||
|
||||
replace github.com/micro/micro/v3 => ../../..
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.20.2 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||||
github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c // indirect
|
||||
github.com/go-git/go-git/v5 v5.1.0 // indirect
|
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
|
||||
github.com/lucas-clemente/quic-go v0.14.1 // indirect
|
||||
github.com/micro/go-micro/v3 v3.0.0-beta.2.0.20200910150737-d2728b498ca8
|
||||
github.com/micro/micro/v3 v3.0.0-00010101000000-000000000000
|
||||
github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249 // indirect
|
||||
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
||||
gopkg.in/telegram-bot-api.v4 v4.6.4 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user