mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 13:25:40 +00:00
9 lines
161 B
Modula-2
9 lines
161 B
Modula-2
module github.com/jwetzell/showbridge-go
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/jwetzell/osc-go v0.0.0-20251114203632-24077a77d6c7
|
|
github.com/urfave/cli/v3 v3.6.0
|
|
)
|