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 Apr 8, 2024
1 parent 0290f20 commit 00668f9
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.13.5
FROM alpine:3.19.1

COPY gw-aws-audit /usr/local/bin/gw-aws-audit
RUN chmod +x /usr/local/bin/gw-aws-audit
Expand Down
22 changes: 11 additions & 11 deletions go.mod
Expand Up @@ -3,19 +3,19 @@ module github.com/GoodwayGroup/gw-aws-audit
go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/aws/aws-sdk-go v1.38.55
github.com/cenkalti/backoff/v4 v4.1.1
github.com/clok/awssession v1.1.1
github.com/clok/cdocs v1.2.0
github.com/clok/kemba v1.1.1
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/aws/aws-sdk-go v1.51.17
github.com/cenkalti/backoff/v4 v4.3.0
github.com/clok/awssession v1.1.3
github.com/clok/cdocs v1.3.0
github.com/clok/kemba v1.2.1
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/jedib0t/go-pretty/v6 v6.2.2
github.com/kyokomi/emoji/v2 v2.2.8
github.com/jedib0t/go-pretty/v6 v6.5.8
github.com/kyokomi/emoji/v2 v2.2.12
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/remeh/sizedwaitgroup v1.0.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.9.0
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
github.com/thoas/go-funk v0.8.0
github.com/urfave/cli/v2 v2.3.0
github.com/thoas/go-funk v0.9.3
github.com/urfave/cli/v2 v2.27.1
)

0 comments on commit 00668f9

Please sign in to comment.