mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
11 lines
273 B
Modula-2
11 lines
273 B
Modula-2
module github.com/micro/services/sentiment
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cdipaolo/goml v0.0.0-20190412180403-e1f51f713598 // indirect
|
|
github.com/cdipaolo/sentiment v0.0.0-20200617002423-c697f64e7f10
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/micro/micro/v3 v3.1.0
|
|
)
|