-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
contributiontype/feature-requestCategorizes issue as related to a new feature.Categorizes issue as related to a new feature.
Description
Feature Request
Currently, TiUP depends on a version of usql from 2021:
github.com/xo/usql v0.9.5
See
Line 48 in f6aa0ac
| github.com/xo/usql v0.9.5 |
This version is of usql is so old that it itself has outdated and unmaintained dependencies, such as for example in https://github.com/xo/usql/blame/6228ccb8c84c99d34bfbd02da339edbb8a9c3c2e/env/env.go#L23 it uses zaf/temp, which has been deprecated since 2022 and its functionality has been included in the Go standard library since version 1.14 in the os package (os.CreateTemp and os.MkdirTemp).
dveeden
Metadata
Metadata
Assignees
Labels
contributiontype/feature-requestCategorizes issue as related to a new feature.Categorizes issue as related to a new feature.