diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-21 17:53:22 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-21 17:53:22 -0500 |
| commit | 460093026a28744acf24cd176f83674d5ead63eb (patch) | |
| tree | a66c9406a0cd45176713305eb9d45d31e4c0b828 /go.mod | |
| parent | e9ebb8126224353c7090889c38e49415497a53cd (diff) | |
| download | soen422-460093026a28744acf24cd176f83674d5ead63eb.zip | |
server dashboard: display duty cycle
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.samanthony.xyz/hvacserver + +go 1.23.1 + +require github.com/sam-rba/share v0.2.1 |