2025-06-24 03:32:28 -07:00
|
|
|
module code.springupsoftware.com/cmc/cmc-sales
|
|
|
|
|
|
2025-07-13 05:50:47 -07:00
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
|
|
toolchain go1.24.3
|
2025-06-24 03:32:28 -07:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
|
|
|
github.com/gorilla/mux v1.8.1
|
|
|
|
|
github.com/joho/godotenv v1.5.1
|
2025-07-02 05:04:36 -07:00
|
|
|
github.com/jung-kurt/gofpdf v1.16.2
|
2025-07-13 05:50:47 -07:00
|
|
|
golang.org/x/text v0.27.0
|
2025-06-24 03:32:28 -07:00
|
|
|
)
|