diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 18:51:15 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 18:51:15 -0500 |
| commit | a840405f3671bff286ea68f1f6eb0e43975b1a44 (patch) | |
| tree | 92471b84eff8d922e4c7fff3496d3bbf1babb5be /go.mod | |
| parent | d40dee9b7b5327b30e6bcf770dfda14a2e6fed02 (diff) | |
| download | soen422-a840405f3671bff286ea68f1f6eb0e43975b1a44.zip | |
server: chart of humidity vs time
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 +) |