20 lines
452 B
AMPL
20 lines
452 B
AMPL
module workorders
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/microsoft/go-mssqldb v1.7.2
|
|
golang.org/x/crypto v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|