Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ go 1.12
require (
github.com/bmizerany/aws4 v0.0.0-20141025110357-5fb2e7239626 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.0
github.com/myesui/uuid v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/rakyll/statik v0.1.6
github.com/restanrm/golang-tts v0.0.0-20171221110918-f2c36077f8b3
github.com/rs/cors v1.6.0
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/twinj/uuid v1.0.0
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
)
Loading