11 lines
222 B
AMPL
11 lines
222 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
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/term v0.45.0 // indirect
|
|
)
|