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
7 changes: 2 additions & 5 deletions http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ditointernet/go-dito/errors v1.0.0
github.com/ditointernet/go-dito/log v1.0.0
github.com/ditointernet/go-dito/opa v1.0.1
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/golang/mock v1.5.0
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0
github.com/klauspost/compress v1.13.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rs/cors v1.7.0
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.24.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0
go.opentelemetry.io/otel/trace v0.20.0
golang.org/x/text v0.3.6 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
golang.org/x/text v0.3.8 // indirect
)
Loading