Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.
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: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ go 1.15

require (
github.com/DataDog/datadog-go v4.3.1+incompatible
github.com/getsentry/sentry-go v0.9.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-delve/delve v1.6.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/getsentry/sentry-go v0.9.0
github.com/gin-gonic/gin v1.7.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/stretchr/testify v1.6.1
github.com/ugorji/go v1.2.3 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
Expand Down
Loading