11 lines
201 B
Modula-2
11 lines
201 B
Modula-2
module WWWShop
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-pg/pg/v10 v10.7.4 // indirect
|
|
github.com/golang-migrate/migrate/v4 v4.14.1
|
|
github.com/howeyc/fsnotify v0.9.0 // indirect
|
|
github.com/lib/pq v1.8.0
|
|
)
|