summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 268c89c48759027d232129c85cd4ee3b3be6cfae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
)