You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
336 B
13 lines
336 B
module terminalscale |
|
|
|
go 1.22.2 |
|
|
|
require github.com/terminaldotshop/terminal-sdk-go v1.10.0 |
|
|
|
require ( |
|
github.com/gorilla/websocket v1.5.3 // indirect |
|
github.com/tidwall/gjson v1.18.0 // indirect |
|
github.com/tidwall/match v1.1.1 // indirect |
|
github.com/tidwall/pretty v1.2.1 // indirect |
|
github.com/tidwall/sjson v1.2.5 // indirect |
|
)
|
|
|