fat-contexts-article-companion/go.mod

9 lines
153 B
Modula-2
Raw Normal View History

2024-03-18 10:10:16 +01:00
module github.com/Crocmagnon/fat-contexts
2024-03-17 11:33:29 +01:00
go 1.22.0
require (
github.com/go-echarts/go-echarts/v2 v2.3.3
github.com/gofrs/uuid v4.4.0+incompatible
)