Files
query-orchestration/scripts/dependencies.yml
T

15 lines
168 B
YAML
Raw Normal View History

2025-01-10 11:12:03 +00:00
---
2024-12-19 11:38:57 +00:00
# https://taskfile.dev
version: '3'
tasks:
tidy:novendor:
2024-12-19 11:38:57 +00:00
cmds:
- go mod tidy
tidy:
deps:
- tidy:novendor
cmds:
2025-01-10 11:12:03 +00:00
- go mod vendor