Skip to content

Commit 8d0e6e1

Browse files
committed
Update screencast code
1 parent cf3832b commit 8d0e6e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
1919
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2020
github.com/vishen/go-chromecast v0.3.4
21-
go2tv.app/screencast v0.0.0-20260221133843-09658881cf1b
21+
go2tv.app/screencast v0.0.0-20260221145416-66028c7b60e3
2222
golang.org/x/mod v0.33.0
2323
golang.org/x/time v0.14.0
2424
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ github.com/yuin/goldmark v1.7.16 h1:n+CJdUxaFMiDUNnWC3dMWCIQJSkxH4uz3ZwQBkAlVNE=
173173
github.com/yuin/goldmark v1.7.16/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
174174
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
175175
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
176-
go2tv.app/screencast v0.0.0-20260221133843-09658881cf1b h1:dguS9wTjbEys4PrQAZbucT8qJXgZ8ieBDlH64OByQu0=
177-
go2tv.app/screencast v0.0.0-20260221133843-09658881cf1b/go.mod h1:SuTkH1JeLAuYESPe0rmpmqmprr+Q2Z/Dfh2t4oHlCMM=
176+
go2tv.app/screencast v0.0.0-20260221145416-66028c7b60e3 h1:+vqhWlYFEDTWhfvFaSVrGyk9NOUdUlPHxDuWsTSrqus=
177+
go2tv.app/screencast v0.0.0-20260221145416-66028c7b60e3/go.mod h1:SuTkH1JeLAuYESPe0rmpmqmprr+Q2Z/Dfh2t4oHlCMM=
178178
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
179179
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
180180
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)