File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
actions/trigger-argo-workflow Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/stretchr/testify v1.10.0
1010 github.com/urfave/cli/v2 v2.27.6
1111 github.com/willabides/actionslog v0.5.1
12- golang.org/x/term v0.31 .0
12+ golang.org/x/term v0.32 .0
1313)
1414
1515require (
@@ -23,7 +23,7 @@ require (
2323 github.com/russross/blackfriday/v2 v2.1.0 // indirect
2424 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
2525 golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
26- golang.org/x/sys v0.32 .0 // indirect
26+ golang.org/x/sys v0.33 .0 // indirect
2727 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2828 gopkg.in/yaml.v3 v3.0.1 // indirect
2929)
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERs
4444golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 /go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w =
4545golang.org/x/sys v0.0.0-20200116001909-b77594299b42 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
4646golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
47- golang.org/x/sys v0.32 .0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
48- golang.org/x/sys v0.32 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
49- golang.org/x/term v0.31 .0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o =
50- golang.org/x/term v0.31 .0 /go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw =
47+ golang.org/x/sys v0.33 .0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
48+ golang.org/x/sys v0.33 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
49+ golang.org/x/term v0.32 .0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg =
50+ golang.org/x/term v0.32 .0 /go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ =
5151golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE =
5252golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
5353gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments