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
15 changes: 4 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gin-contrib/multitemplate v0.0.0-20200226145339-3e397ee01bc6
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/gin-gonic/gin v1.9.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/validator/v10 v10.4.1
github.com/go-playground/validator/v10 v10.11.2
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v7 v7.4.0
github.com/go-sql-driver/mysql v1.5.0
Expand All @@ -34,13 +34,10 @@ require (
github.com/jmoiron/sqlx v1.2.1-0.20200324155115-ee514944af4b
github.com/joho/godotenv v1.3.0
github.com/jordan-wright/email v0.0.0-20200322182553-8eef2508c362
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.9.0
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mum4k/termdash v0.14.0
github.com/nicksnyder/go-i18n/v2 v2.1.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/otiai10/copy v1.4.2
Expand All @@ -49,15 +46,11 @@ require (
github.com/shirou/gopsutil v2.20.9+incompatible
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.1
github.com/vektah/gqlparser/v2 v2.1.0
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/text v0.3.5
golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
golang.org/x/text v0.7.0
gopkg.in/guregu/null.v4 v4.0.0
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
Expand Down
Loading