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
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,24 @@ require (
github.com/ahmetb/go-linq v3.0.0+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/antonmedv/expr v1.8.8
github.com/aws/aws-sdk-go v1.33.5
github.com/aws/aws-sdk-go v1.34.0
github.com/fatih/structs v1.1.0 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gavv/httpexpect/v2 v2.1.0
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.6.3
github.com/gin-gonic/gin v1.9.1
github.com/gorilla/websocket v1.4.2 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/robfig/cron v1.2.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.8.3
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.7
github.com/tidwall/gjson v1.6.0
github.com/valyala/fasthttp v1.15.1 // indirect
github.com/tidwall/gjson v1.9.3
github.com/valyala/fasthttp v1.34.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
go.uber.org/zap v1.15.0
golang.org/x/tools v0.0.0-20201117021029-3c3a81204b10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.29.0
google.golang.org/genproto v0.0.0-20200711021454-869866162049
gopkg.in/go-playground/assert.v1 v1.2.1
Expand Down
Loading