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"
)