File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ require (
24
24
github.com/alecthomas/kingpin/v2 v2.4.0
25
25
github.com/avast/apkparser v0.0.0-20240729092610-90591e0804ae
26
26
github.com/aws/aws-sdk-go v1.55.5
27
- github.com/aymanbagabas/go-osc52 v1.2.2
27
+ github.com/aymanbagabas/go-osc52 v1.2.1
28
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1
28
29
github.com/bill-rich/go-syslog v0.0.0-20220413021637-49edb52a574c
29
30
github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210608095005-9e0b26f200fb
30
31
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0
@@ -151,7 +152,6 @@ require (
151
152
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
152
153
github.com/atotto/clipboard v0.1.4 // indirect
153
154
github.com/aws/smithy-go v1.20.1 // indirect
154
- github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
155
155
github.com/aymerick/douceur v0.2.0 // indirect
156
156
github.com/beorn7/perks v1.0.1 // indirect
157
157
github.com/bodgit/plumbing v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU
123
123
github.com/aws/aws-sdk-go v1.55.5 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
124
124
github.com/aws/smithy-go v1.20.1 h1:4SZlSlMr36UEqC7XOyRVb27XMeZubNcBNN+9IgEPIQw =
125
125
github.com/aws/smithy-go v1.20.1 /go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E =
126
+ github.com/aymanbagabas/go-osc52 v1.2.1 h1:q2sWUyDcozPLcLabEMd+a+7Ea2DitxZVN9hTxab9L4E =
127
+ github.com/aymanbagabas/go-osc52 v1.2.1 /go.mod h1:zT8H+Rk4VSabYN90pWyugflM3ZhpTZNC7cASDfUCdT4 =
126
128
github.com/aymanbagabas/go-osc52 v1.2.2 h1:NT7wkhEhPTcKnBCdPi9djmyy9L3JOL4+3SsfJyqptCo =
127
129
github.com/aymanbagabas/go-osc52 v1.2.2 /go.mod h1:zT8H+Rk4VSabYN90pWyugflM3ZhpTZNC7cASDfUCdT4 =
128
130
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k =
You can’t perform that action at this time.
0 commit comments