switch to using the actual osc library here

This commit is contained in:
2025-05-18 19:31:56 -05:00
parent 8b07ce0a44
commit 48ec7908dd
5 changed files with 99 additions and 50 deletions
+1 -5
View File
@@ -2,11 +2,7 @@ module github.com/jwetzell/osc-go
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
)
require github.com/spf13/cobra v1.8.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect