- added register command - added reset command - added users command - added agg command - added feeds command
9 lines
145 B
AMPL
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
|
|
)
|