wrappd.sh/go.mod
2024-12-05 14:01:14 +01:00

10 lines
153 B
Modula-2

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
)