aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: cb5bfce0f48b7976d4f8ce76e937d1a331e26cd3 (plain)
1
2
3
4
5
6
7
8
module now

go 1.23.2

require (
	github.com/anhgelus/golatt v0.1.0 // indirect
	github.com/gorilla/mux v1.8.1 // indirect
)