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 23, 2024
1 parent 14a0f45 commit 402a5c2
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 446 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.19.1

COPY gwsm /usr/local/bin/gwsm
RUN chmod +x /usr/local/bin/gwsm
Expand Down
97 changes: 78 additions & 19 deletions go.mod
@@ -1,29 +1,88 @@
module github.com/GoodwayGroup/gwsm

go 1.16
go 1.22.0

toolchain go1.22.2

require (
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/a8m/djson v0.0.0-20170509170705-c02c5aef757f
github.com/aws/aws-sdk-go v1.38.63
github.com/clok/avtool/v2 v2.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/cyberark/summon v0.8.4
github.com/aws/aws-sdk-go v1.51.27
github.com/clok/avtool/v2 v2.2.0
github.com/clok/awssession v1.1.3
github.com/clok/cdocs v1.3.0
github.com/clok/kemba v1.2.1
github.com/cyberark/summon v0.9.6
github.com/jedib0t/go-pretty/v6 v6.5.8
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/manifoldco/promptui v0.9.0
github.com/r3labs/diff/v2 v2.15.1
github.com/sergi/go-diff v1.3.1
github.com/urfave/cli/v2 v2.27.1
golang.org/x/term v0.18.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.30.0
k8s.io/apimachinery v0.30.0
k8s.io/client-go v0.30.0
)

require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jedib0t/go-pretty/v6 v6.2.2
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/manifoldco/promptui v0.8.0
github.com/r3labs/diff/v2 v2.13.1
github.com/sergi/go-diff v1.2.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/moby/spdystream v0.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

0 comments on commit 402a5c2

Please sign in to comment.