update deps

This commit is contained in:
Balakrishnan Balasubramanian 2022-11-21 11:31:48 -05:00
parent c71594f2ad
commit b7dacda5b3
3 changed files with 24 additions and 24 deletions

View File

@ -24,8 +24,8 @@ Usage
-----
~/go/bin/ytui -h
2022/08/25 17:43:36 Youtube UI
Usage of /home/balki/go/bin/ytui:
2022/11/21 11:30:40 Youtube UI
Usage of ./ytui:
-assetspath string
Path where css files are saved and served (default "./assets")
-cachepath string

2
go.mod
View File

@ -2,4 +2,4 @@ module gitlab.com/balki/ytui
go 1.18
require golang.org/x/net v0.1.0
require golang.org/x/net v0.2.0

4
go.sum
View File

@ -1,2 +1,2 @@
golang.org/x/net v0.1.0 h1:hZ/3BUoy5aId7sCpA/Tc5lt8DkFgdVS2onTpJsZ/fl0=
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
golang.org/x/net v0.2.0 h1:sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU=
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=