mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-09-05 22:14:30 +08:00
- Corrected the header name from "E-Tag" to "ETag" in the FilesStream function to adhere to standard HTTP header conventions. chore: update launch configuration in VSCode - Reformatted the launch.json file for better readability. chore: update dependencies in go.mod and go.sum - Updated various dependencies to their latest versions for improved stability and security. - Notable updates include: - github.com/go-chi/cors from v1.2.1 to v1.2.2 - github.com/go-co-op/gocron/v2 from v2.16.2 to v2.16.3 - github.com/golang-jwt/jwt/v5 from v5.2.2 to v5.3.0 - Updated several other dependencies to their latest versions.
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Package",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}",
|
|
"args": ["run"]
|
|
}
|
|
]
|
|
}
|