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
10 changes: 1 addition & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ module github.com/ashishthakur913/Floom
go 1.12

require (
github.com/aws/aws-sdk-go v1.31.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/aws/aws-sdk-go v1.34.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/size v0.0.0-20200514145931-e0be654e00a7
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
github.com/gin-gonic/gin v1.6.3
github.com/jinzhu/gorm v1.9.12
github.com/mholt/binding v0.3.0
github.com/nahid/gohttp v0.0.1
github.com/oschwald/geoip2-golang v1.4.0
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)
Loading