Skip to content
Closed
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
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.7.7
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/validator/v10 v10.4.1
github.com/go-redis/redis v6.15.9+incompatible
Expand All @@ -37,7 +37,6 @@ require (
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
Expand All @@ -49,7 +48,6 @@ 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/vektah/gqlparser/v2 v2.1.0
Expand Down
Loading