D3vugu-components/go.mod

16 lines
424 B
Modula-2
Raw Normal View History

2023-05-08 19:14:55 +00:00
module git.d3nexus.de/Dadido3/D3vugu-components
2023-05-08 18:43:07 +00:00
2023-05-08 19:12:42 +00:00
go 1.20
2023-05-08 18:43:07 +00:00
require (
github.com/vugu/vgrouter v0.0.0-20200725205318-eeb478c42e5d
github.com/vugu/vjson v0.0.0-20200505061711-f9cbed27d3d9
2023-05-08 19:12:42 +00:00
github.com/vugu/vugu v0.3.5
golang.org/x/exp v0.0.0-20230519143937-03e91628a987
2023-05-08 18:43:07 +00:00
)
require (
github.com/vugu/html v0.0.0-20190914200101-c62dc20b8289 // indirect
github.com/vugu/xxhash v0.0.0-20191111030615-ed24d0179019 // indirect
)