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: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/gin-contrib/gzip v0.0.1
github.com/gin-contrib/logger v0.0.1
github.com/gin-contrib/pprof v1.2.0
github.com/gin-gonic/gin v1.5.0
github.com/gin-gonic/gin v1.7.7
github.com/go-ggz/ui v0.0.1
github.com/go-ini/ini v1.42.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
Expand Down Expand Up @@ -45,10 +45,9 @@ require (
github.com/stretchr/testify v1.4.0
github.com/testcontainers/testcontainers-go v0.0.4
github.com/urfave/cli/v2 v2.0.0
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/text v0.3.2 // indirect
google.golang.org/api v0.5.0
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/nicksrandall/dataloader.v5 v5.0.0
Expand Down
Loading