18 lines
326 B
Modula-2
18 lines
326 B
Modula-2
module Hyst2Node
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
github.com/golang-jwt/jwt/v5 v5.3.1
|
|
github.com/lib/pq v1.11.2
|
|
github.com/vinovest/sqlx v1.7.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/muir/list v1.2.1 // indirect
|
|
github.com/muir/sqltoken v0.4.0 // indirect
|
|
)
|