diff --git a/changes/20260401093438.bugfix b/changes/20260401093438.bugfix new file mode 100644 index 0000000000..9732d75c9a --- /dev/null +++ b/changes/20260401093438.bugfix @@ -0,0 +1 @@ +Dependency upgrade: spdx-0.1.2 diff --git a/utils/go.mod b/utils/go.mod index 4e0d36543c..b6ef5343ca 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -12,7 +12,7 @@ require ( github.com/djherbis/times v1.6.0 github.com/dolmen-go/contextio v1.0.0 github.com/evanphx/hclogr v0.2.0 - github.com/git-pkgs/spdx v0.1.1 + github.com/git-pkgs/spdx v0.1.2 github.com/go-faker/faker/v4 v4.7.0 github.com/go-git/go-git/v5 v5.17.1 github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a diff --git a/utils/go.sum b/utils/go.sum index dd2094aca5..1334fa4178 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -65,8 +65,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k= github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0= -github.com/git-pkgs/spdx v0.1.1 h1:jjchxLhvTnTR7fLcdXdNVDh/tLq6B2S6LnaKEzBjhRQ= -github.com/git-pkgs/spdx v0.1.1/go.mod h1:nbZdJ09OuZg9/bgRnnyEM5F5uR8K7Iwf5oDHQvK3WcE= +github.com/git-pkgs/spdx v0.1.2 h1:wHSK+CqFsO5N7yDTPvxDmer5LgNEa7vAsiZhi5Aci0A= +github.com/git-pkgs/spdx v0.1.2/go.mod h1:V98MgZapNgYw54/pdGR82d7RU93qzJoybahbpZqTfw8= github.com/github/go-spdx/v2 v2.4.0 h1:+4IwVwJJbm3rzvrQ6P1nI9BDMcy3la4RchRy5uehV/M= github.com/github/go-spdx/v2 v2.4.0/go.mod h1:/5rwgS0txhGtRdUZwc02bTglzg6HK3FfuEbECKlK2Sg= github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=