12 lines
187 B
Modula-2
12 lines
187 B
Modula-2
module notes
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/lib/pq v1.10.9
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|