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 Sep 25, 2022
1 parent 808ebe0 commit 0f4d881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.16.2

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

go 1.16
go 1.19.1

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
github.com/clok/kemba v1.2.0
github.com/urfave/cli/v2 v2.16.3
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
)

0 comments on commit 0f4d881

Please sign in to comment.