Skip to content

Commit

Permalink
i added swagger to kenobi-server
Browse files Browse the repository at this point in the history
  • Loading branch information
cembasaranoglu committed May 23, 2021
1 parent 8fdc858 commit 0824db5
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ require (
github.com/armon/go-metrics v0.3.8
github.com/circonus-labs/circonus-gometrics/v3 v3.4.4
github.com/dgraph-io/ristretto v0.0.3
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-pg/pg/v10 v10.9.3
github.com/go-redis/redis/v8 v8.8.3
github.com/google/uuid v1.2.0
Expand All @@ -16,16 +18,22 @@ require (
github.com/labstack/echo-contrib v0.9.0
github.com/labstack/echo/v4 v4.3.0
github.com/labstack/gommon v0.3.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/newrelic/go-agent/v3 v3.12.0
github.com/newrelic/go-agent/v3/integrations/nrecho-v4 v1.0.0
github.com/opentracing-contrib/echo v0.0.0-20190807091611-5fe2e1308f06
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.10.0
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v1.0.0
github.com/swaggo/echo-swagger v1.1.0 // indirect
github.com/swaggo/swag v1.7.0 // indirect
github.com/tylerb/graceful v1.2.15
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561
go.mongodb.org/mongo-driver v1.5.2
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
golang.org/x/tools v0.1.1 // indirect
)
Loading

0 comments on commit 0824db5

Please sign in to comment.