File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/DependencyTrack/client-go v0.18.0
77 github.com/anchore/stereoscope v0.1.21
88 github.com/anchore/syft v1.42.2
9- github.com/ckotzbauer/libk8soci v0.0.0-20260310173759-9bd06a08b816
9+ github.com/ckotzbauer/libk8soci v0.0.0-20260314082933-6e609a297e7e
1010 github.com/ckotzbauer/libstandard v0.0.0-20260310174054-a09a97261b95
1111 github.com/google/uuid v1.6.0
1212 github.com/novln/docker-parser v1.0.0
@@ -166,6 +166,7 @@ require (
166166 github.com/goccy/go-json v0.10.5 // indirect
167167 github.com/goccy/go-yaml v1.19.2 // indirect
168168 github.com/gohugoio/hashstructure v0.6.0 // indirect
169+ github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
169170 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
170171 github.com/google/gnostic-models v0.7.1 // indirect
171172 github.com/google/licensecheck v0.3.1 // indirect
Original file line number Diff line number Diff line change @@ -364,6 +364,8 @@ github.com/ckotzbauer/libk8soci v0.0.0-20260307151612-1beb131c210d h1:19Ll3w/4g+
364364github.com/ckotzbauer/libk8soci v0.0.0-20260307151612-1beb131c210d /go.mod h1:Qxid/hcktddYTf0ZJeomUdlQWPfdQMQ6xKPLbomEQRk =
365365github.com/ckotzbauer/libk8soci v0.0.0-20260310173759-9bd06a08b816 h1:nWwHS75lWuIXp2NneofUnO4VACJWM9y+2r8TqzX+Nu4 =
366366github.com/ckotzbauer/libk8soci v0.0.0-20260310173759-9bd06a08b816 /go.mod h1:Qxid/hcktddYTf0ZJeomUdlQWPfdQMQ6xKPLbomEQRk =
367+ github.com/ckotzbauer/libk8soci v0.0.0-20260314082933-6e609a297e7e h1:sKiOXg7JdND1pwYPrpD1oqdqwbhq7d7L1tc8uJa1a60 =
368+ github.com/ckotzbauer/libk8soci v0.0.0-20260314082933-6e609a297e7e /go.mod h1:yLeGv+o0Rw3sw7y4NVvV1JFVbhYEHSrJEdtNmNY7pQM =
367369github.com/ckotzbauer/libstandard v0.0.0-20260201142830-9154854495bb h1:ty4wcJVhfONnNlgTbk4Flzkts0X0K3MPBm6jp2VCo6U =
368370github.com/ckotzbauer/libstandard v0.0.0-20260201142830-9154854495bb /go.mod h1:r9Z+zz6tCfO+PW8VB5usqkbBM9SuynfiSDDzk1KhXe0 =
369371github.com/ckotzbauer/libstandard v0.0.0-20260310174054-a09a97261b95 h1:25xUp2uB0RCERs4TjDcENnFd3mPD/NfKF7sCmdmAfEA =
@@ -655,6 +657,8 @@ github.com/gohugoio/hashstructure v0.6.0 h1:7wMB/2CfXoThFYhdWRGv3u3rUM761Cq29CxU
655657github.com/gohugoio/hashstructure v0.6.0 /go.mod h1:lapVLk9XidheHG1IQ4ZSbyYrXcaILU1ZEP/+vno5rBQ =
656658github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
657659github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
660+ github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
661+ github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
658662github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
659663github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
660664github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
You can’t perform that action at this time.
0 commit comments