Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchement committed Sep 7, 2022
1 parent 16f8f5d commit 26ad2a5
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: '3'

vars:
VERSION: 0.9.0
VERSION: 0.9.1
REVISION: { sh: git rev-parse HEAD }
WORKDIR: { sh: pwd }

Expand Down
32 changes: 16 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,41 @@ require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/asdine/storm/v3 v3.2.1
github.com/bep/debounce v1.2.1
github.com/chzyer/readline v1.5.0
github.com/chzyer/readline v1.5.1
github.com/d1str0/pkcs7 v0.0.0-20200424205038-d65c16a5759a
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gcla/gowid v1.3.0
github.com/gcla/gowid v1.4.0
github.com/gdamore/tcell v1.4.0
github.com/gdamore/tcell/v2 v2.5.3 // indirect
github.com/gofrs/uuid v4.2.0+incompatible
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/knadh/koanf v1.4.2
github.com/labstack/echo/v4 v4.7.2
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mdouchement/middlewarex v0.3.1
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/knadh/koanf v1.4.3
github.com/labstack/echo/v4 v4.9.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mdouchement/middlewarex v0.3.2
github.com/mdouchement/simple-argon2 v0.1.2
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/o1egl/paseto/v2 v2.1.1
github.com/oleiade/reflections v1.0.1
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.3.4 // indirect
github.com/sanity-io/litter v1.5.5
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.7
github.com/valyala/fastjson v1.6.3
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 26ad2a5

Please sign in to comment.