filllabs / dependi

Dependi (formerly crates)
8 stars 0 forks source link

Latest Version of gorm.io/gorm Not Detected Correctly #1

Open kbukum opened 1 week ago

kbukum commented 1 week ago

Describe the bug I am using the latest version of the gorm.io/gorm library (v1.25.10), but it is showing v1.25.9 as not installed as the latest version. Please see the version information here: https://pkg.go.dev/gorm.io/gorm@v1.25.10?tab=versions

To Reproduce Steps to reproduce the behavior:

  1. Install gorm.io/gorm library version v1.25.10.
  2. Use the Dependi plugin to check the version status.
  3. Notice that it incorrectly shows v1.25.9 as not the latest installed version.

Expected behavior The version check should recognize v1.25.10 as the latest installed version. https://pkg.go.dev/gorm.io/gorm@v1.25.10?tab=versions

Screenshots

Screenshot 2024-07-02 at 1 07 36 AM Screenshot 2024-07-02 at 12 57 53 AM

Desktop (please complete the following information):

Additional context I am using Visual Studio Code with the following setup:

Version: 1.90.1 (Universal) Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.5.0

kbukum commented 1 week ago

Also I can see in the list, it is not showing the latest version. I believe this may be the issue. The list is not up-to-date

Screenshot 2024-07-02 at 2 36 24 AM