go-mod-outdated icon indicating copy to clipboard operation
go-mod-outdated copied to clipboard

Major release support

Open crazy-max opened this issue 1 year ago • 1 comments

For this output:

#16 59.78 +------------------------------------------------------------------------------+--------------------------------------+------------------------------------+--------+------------------+
#16 59.78 |                                    MODULE                                    |               VERSION                |            NEW VERSION             | DIRECT | VALID TIMESTAMPS |
#16 59.78 +------------------------------------------------------------------------------+--------------------------------------+------------------------------------+--------+------------------+
#16 59.78 | github.com/Azure/azure-sdk-for-go/sdk/azidentity                             | v1.1.0                               | v1.5.1                             | true   | true             |
#16 59.78 | github.com/Azure/azure-sdk-for-go/sdk/storage/azblob                         | v0.4.1                               | v1.3.0                             | true   | true             |
#16 59.78 | github.com/Masterminds/semver/v3                                             | v3.1.0                               | v3.2.1                             | true   | true             |
#16 59.78 | github.com/aws/aws-sdk-go-v2                                                 | v1.24.1                              | v1.25.2                            | true   | true             |
#16 59.78 | github.com/aws/aws-sdk-go-v2/config                                          | v1.26.6                              | v1.27.4                            | true   | true             |
#16 59.78 | github.com/aws/aws-sdk-go-v2/credentials                                     | v1.16.16                             | v1.17.4                            | true   | true             |
#16 59.78 | github.com/aws/aws-sdk-go-v2/feature/s3/manager                              | v1.15.15                             | v1.16.6                            | true   | true             |
#16 59.78 | github.com/aws/aws-sdk-go-v2/service/s3                                      | v1.48.1                              | v1.51.1                            | true   | true             |
#16 59.78 | github.com/containerd/fuse-overlayfs-snapshotter                             | v1.0.2                               | v1.0.8                             | true   | true             |
#16 59.78 | github.com/containerd/nydus-snapshotter                                      | v0.13.7                              | v0.13.8                            | true   | true             |
#16 59.78 | github.com/grpc-ecosystem/go-grpc-middleware                                 | v1.3.0                               | v1.4.0                             | true   | true             |
#16 59.78 | github.com/hashicorp/golang-lru                                              | v0.5.4                               | v1.0.2                             | true   | true             |
#16 59.78 | github.com/in-toto/in-toto-golang                                            | v0.5.0                               | v0.9.0                             | true   | true             |
#16 59.78 | github.com/klauspost/compress                                                | v1.17.4                              | v1.17.7                            | true   | true             |
#16 59.78 | github.com/opencontainers/image-spec                                         | v1.1.0-rc5                           | v1.1.0                             | true   | true             |
#16 59.78 | github.com/opencontainers/runtime-spec                                       | v1.1.0                               | v1.2.0                             | true   | true             |
#16 59.78 | github.com/package-url/packageurl-go                                         | v0.1.1-0.20220428063043-89078438f170 | v0.1.2                             | true   | true             |
#16 59.78 | github.com/pkg/profile                                                       | v1.5.0                               | v1.7.0                             | true   | true             |
#16 59.78 | github.com/prometheus/client_golang                                          | v1.17.0                              | v1.18.0                            | true   | true             |
#16 59.79 | github.com/serialx/hashring                                                  | v0.0.0-20190422032157-8b2912629002   | v0.0.0-20200727003509-22c0c7ab6b1b | true   | true             |
#16 59.79 | github.com/spdx/tools-golang                                                 | v0.5.1                               | v0.5.3                             | true   | true             |
#16 59.79 | go.etcd.io/bbolt                                                             | v1.3.7                               | v1.3.9                             | true   | true             |

Latest stable of github.com/hashicorp/golang-lru is actually v2.0.7: https://github.com/hashicorp/golang-lru/releases/tag/v2.0.7

I think we should have an extra column showing NEW MAJOR VERSION or smth similar.

crazy-max avatar Feb 27 '24 10:02 crazy-max

Facing similar issues with:

  • github.com/Jeffail/gabs

Currently, i have import github.com/Jeffail/gabs

So far, no tool tells me that I should import version v2: import github.com/Jeffail/gabs/v2

stephan57160 avatar Mar 19 '25 10:03 stephan57160