29 lines
982 B
Modula-2
29 lines
982 B
Modula-2
module git.nochill.in/nochill/excel_import_playground
|
|
|
|
go 1.21.6
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/henvic/pgq v0.0.2
|
|
github.com/jackc/pgx/v5 v5.5.3
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/xuri/excelize/v2 v2.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
|
|
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|