Skip to content

Commit

Permalink
Merge pull request #22 from mdouchement/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mdouchement authored Mar 14, 2020
2 parents 27c142a + 4049438 commit 409658f
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM golang:1.12-alpine as build-env
FROM golang:1.14-alpine as build-env
MAINTAINER mdouchement

RUN apk upgrade
Expand Down
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,37 @@ require (
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/d1str0/pkcs7 v0.0.0-20160212234353-835625882f1b
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gcla/gowid v1.0.1-0.20191116181933-e43461853f37
github.com/gcla/gowid v1.1.0
github.com/gdamore/tcell v1.3.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.2.0+incompatible
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/golang/protobuf v1.3.5 // 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.11
github.com/labstack/echo/v4 v4.1.15
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/mdouchement/simple-argon2 v0.1.0
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mdouchement/simple-argon2 v0.1.1
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.8.1
github.com/pkg/errors v0.9.1
github.com/sanity-io/litter v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/ugorji/go/codec v1.1.7
github.com/valyala/fastjson v1.4.1
github.com/valyala/fasttemplate v1.1.0 // indirect
github.com/valyala/fastjson v1.5.0
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
gopkg.in/gin-gonic/gin.v1 v1.3.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
Expand Down
Loading

0 comments on commit 409658f

Please sign in to comment.