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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.8.0
github.com/go-redis/redis/v8 v8.11.0
github.com/go-redis/redis/v8 v8.11.3
github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.3.0
Expand All @@ -39,7 +39,7 @@ require (
github.com/joho/godotenv v1.3.0
github.com/jordan-wright/email v0.0.0-20200602115436-fd8a7622303e
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha2
github.com/kataras/iris/v12 v12.2.0-alpha3
github.com/lib/pq v1.10.3
github.com/markbates/goth v1.68.0
github.com/markbates/pkger v0.17.1
Expand Down
73 changes: 73 additions & 0 deletions go.sum

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions vendor/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions vendor/github.com/BurntSushi/toml/.travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions vendor/github.com/BurntSushi/toml/Makefile

This file was deleted.

74 changes: 38 additions & 36 deletions vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading