now/go.mod
Anhgelus Morhtuuzh f4da86b98e
Initial commit
2024-11-09 21:20:12 +01:00

8 lines
125 B
Modula-2

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