mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
22 lines
839 B
Modula-2
22 lines
839 B
Modula-2
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
|
|
)
|