summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-26 18:51:15 -0500
committerSam Anthony <sam@samanthony.xyz>2024-11-26 18:51:15 -0500
commita840405f3671bff286ea68f1f6eb0e43975b1a44 (patch)
tree92471b84eff8d922e4c7fff3496d3bbf1babb5be /go.mod
parentd40dee9b7b5327b30e6bcf770dfda14a2e6fed02 (diff)
downloadsoen422-a840405f3671bff286ea68f1f6eb0e43975b1a44.zip
server: chart of humidity vs time
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
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
+)