Files
gator/go.mod
T

9 lines
145 B
AMPL
Raw Normal View History

2026-07-31 08:06:29 -05:00
module github.com/StevanFreeborn/gator
go 1.26.3
2026-08-01 14:26:19 -05:00
require (
github.com/google/uuid v1.6.0 // indirect
github.com/lib/pq v1.12.3 // indirect
)