13 lines
217 B
Modula-2
13 lines
217 B
Modula-2
|
module github.com/a-h/templ/examples/integration-go-echarts
|
||
|
|
||
|
go 1.23
|
||
|
|
||
|
toolchain go1.23.3
|
||
|
|
||
|
require (
|
||
|
github.com/a-h/templ v0.2.529
|
||
|
github.com/go-echarts/go-echarts/v2 v2.4.0
|
||
|
)
|
||
|
|
||
|
replace github.com/a-h/templ => ../../
|