Skip to content

Commit

Permalink
Upgrade deps (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchement authored Nov 13, 2020
1 parent de57a47 commit 22dfcd5
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 61 deletions.
34 changes: 14 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.12

require (
github.com/appleboy/gofight v2.0.0+incompatible
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4
github.com/asdine/storm/v3 v3.2.1
github.com/bep/debounce v1.2.0
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect
Expand All @@ -14,37 +14,31 @@ require (
github.com/d1str0/pkcs7 v0.0.0-20200424205038-d65c16a5759a
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gcla/gowid v1.1.0
github.com/gdamore/tcell v1.3.0
github.com/gdamore/tcell v1.4.0
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/json-iterator/go v1.1.6 // indirect
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/labstack/echo/v4 v4.1.17
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mdouchement/simple-argon2 v0.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/oleiade/reflections v1.0.0
github.com/pkg/errors v0.9.1
github.com/sanity-io/litter v1.3.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/ugorji/go/codec v1.1.7
github.com/valyala/fastjson v1.5.4
github.com/valyala/fasttemplate v1.2.1 // indirect
github.com/ugorji/go/codec v1.2.0
github.com/valyala/fastjson v1.6.1
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/appengine v1.6.6 // indirect
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/gin-gonic/gin.v1 v1.3.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
Expand Down
Loading

0 comments on commit 22dfcd5

Please sign in to comment.