mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Updated Go version in go.work and backend/go.mod to 1.23.7 - Updated various dependencies in go.sum and backend/go.sum - Refactored models to remove generic type parameters from BaseModel - Introduced new utility functions for consistent API responses - Removed unused utility files from controllers
10 lines
52 B
Plaintext
10 lines
52 B
Plaintext
go 1.23.7
|
|
|
|
use (
|
|
backend
|
|
core
|
|
grpc
|
|
trace
|
|
vcs
|
|
)
|