try upstream osc lib as well

This commit is contained in:
2024-09-30 18:33:06 -05:00
parent 1fa6f5fbcc
commit 95a076717f
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"os"
"strconv"
"github.com/chabad360/go-osc/osc"
"github.com/hypebeast/go-osc/osc"
"github.com/spf13/cobra"
)
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"net"
"strconv"
"github.com/chabad360/go-osc/osc"
"github.com/hypebeast/go-osc/osc"
"github.com/spf13/cobra"
)
+1
View File
@@ -4,6 +4,7 @@ go 1.23.1
require (
github.com/chabad360/go-osc v0.0.0-20220502185613-216f362cdf0a
github.com/hypebeast/go-osc v0.0.0-20220308234300-cec5a8a1e5f5
github.com/spf13/cobra v1.8.1
)
+2
View File
@@ -1,6 +1,8 @@
github.com/chabad360/go-osc v0.0.0-20220502185613-216f362cdf0a h1:MTor/GgULww+hISVbeiNuC5vyT1mc2xa6/14ib0lvyc=
github.com/chabad360/go-osc v0.0.0-20220502185613-216f362cdf0a/go.mod h1:/aAn5LNn+s7zq33XItIcYLr6aOntVkWckHPAG40yeUc=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/hypebeast/go-osc v0.0.0-20220308234300-cec5a8a1e5f5 h1:fqwINudmUrvGCuw+e3tedZ2UJ0hklSw6t8UPomctKyQ=
github.com/hypebeast/go-osc v0.0.0-20220308234300-cec5a8a1e5f5/go.mod h1:lqMjoCs0y0GoRRujSPZRBaGb4c5ER6TfkFKSClxkMbY=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=