Files
gator/go.mod
T
Stevan Freeborn c012f6008c feat: implemented many commands
- added register command
- added reset command
- added users command
- added agg command
- added feeds command
2026-08-01 14:26:19 -05:00

9 lines
145 B
AMPL

module github.com/StevanFreeborn/gator
go 1.26.3
require (
github.com/google/uuid v1.6.0 // indirect
github.com/lib/pq v1.12.3 // indirect
)