wrappd.sh/go.mod

10 lines
153 B
Modula-2
Raw Permalink Normal View History

2024-12-05 14:00:58 +01:00
module wrapped-shell
go 1.21.4
require (
github.com/go-echarts/go-echarts/v2 v2.4.5
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
)