mirror of https://github.com/dapr/samples.git
20 lines
795 B
Modula-2
20 lines
795 B
Modula-2
module github.com/dapr/samples/twitter-sentiment-processor/demos/demo2/viewer
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cloudevents/sdk-go/v2 v2.0.0-preview8
|
|
github.com/gin-gonic/gin v1.6.2
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.4.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
go.opencensus.io v0.22.3 // indirect
|
|
go.uber.org/zap v1.15.0 // indirect
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
|
|
)
|