From a840405f3671bff286ea68f1f6eb0e43975b1a44 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 26 Nov 2024 18:51:15 -0500 Subject: server: chart of humidity vs time --- go.mod | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 413036e..268c89c 100644 --- a/go.mod +++ b/go.mod @@ -3,3 +3,9 @@ module git.samanthony.xyz/hvacserver go 1.23.1 require github.com/sam-rba/share v0.2.1 + +require ( + github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect + github.com/wcharczuk/go-chart/v2 v2.1.2 // indirect + golang.org/x/image v0.22.0 // indirect +) -- cgit v1.2.3