Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent 808ebe0 commit a6019e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.16.3

COPY gwvault /usr/local/bin/gwvault
RUN chmod +x /usr/local/bin/gwvault
Expand Down
12 changes: 6 additions & 6 deletions go.mod
@@ -1,12 +1,12 @@
module github.com/GoodwayGroup/gwvault/v2

go 1.16
go 1.19.3

require (
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/clok/avtool/v2 v2.1.1
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/clok/avtool/v2 v2.2.0
github.com/clok/cdocs v1.2.0
github.com/clok/kemba v1.1.1
github.com/urfave/cli/v2 v2.3.0
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
github.com/clok/kemba v1.2.0
github.com/urfave/cli/v2 v2.23.5
golang.org/x/term v0.2.0
)

0 comments on commit a6019e6

Please sign in to comment.