mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-18 21:13:57 +00:00
switch to using the actual osc library here
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user