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
11 changes: 3 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,17 @@ go 1.14
require (
github.com/DataDog/datadog-go v3.7.2+incompatible // indirect
github.com/caarlos0/env v3.5.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.4.0
github.com/gin-gonic/gin v1.9.0
github.com/golang/protobuf v1.5.0
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/kr/text v0.2.0 // indirect
github.com/loopfz/gadgeto v0.10.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/ovh/utask v1.8.3
github.com/philhofer/fwd v1.0.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.8.1
github.com/wI2L/fizz v0.13.4
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
google.golang.org/grpc v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.25.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
Loading