1744 lines
54 KiB
JSON
1744 lines
54 KiB
JSON
{
|
|
"SchemaVersion": 2,
|
|
"Trivy": {
|
|
"Version": "0.69.0"
|
|
},
|
|
"ReportID": "019c2c2c-f10e-766c-88f3-7a7641611cbf",
|
|
"CreatedAt": "2026-02-05T05:01:08.750423845Z",
|
|
"ArtifactName": "backend",
|
|
"ArtifactType": "filesystem",
|
|
"Results": [
|
|
{
|
|
"Target": "go.mod",
|
|
"Class": "lang-pkgs",
|
|
"Type": "gomod",
|
|
"Packages": [
|
|
{
|
|
"ID": "github.com/Wikid82/charon/backend",
|
|
"Name": "github.com/Wikid82/charon/backend",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/wikid82/charon/backend",
|
|
"UID": "ec34816c2c07653c"
|
|
},
|
|
"Relationship": "root",
|
|
"DependsOn": [
|
|
"github.com/containrrr/shoutrrr@v0.8.0",
|
|
"github.com/docker/docker@v28.5.2+incompatible",
|
|
"github.com/gin-contrib/gzip@v1.2.5",
|
|
"github.com/gin-gonic/gin@v1.11.0",
|
|
"github.com/glebarez/sqlite@v1.11.0",
|
|
"github.com/golang-jwt/jwt/v5@v5.3.1",
|
|
"github.com/google/uuid@v1.6.0",
|
|
"github.com/gorilla/websocket@v1.5.3",
|
|
"github.com/oschwald/geoip2-golang/v2@v2.1.0",
|
|
"github.com/prometheus/client_golang@v1.23.2",
|
|
"github.com/robfig/cron/v3@v3.0.1",
|
|
"github.com/sirupsen/logrus@v1.9.4",
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"golang.org/x/crypto@v0.47.0",
|
|
"golang.org/x/net@v0.49.0",
|
|
"golang.org/x/text@v0.33.0",
|
|
"gopkg.in/natefinch/lumberjack.v2@v2.2.1",
|
|
"gorm.io/driver/sqlite@v1.6.0",
|
|
"gorm.io/gorm@v1.31.1",
|
|
"github.com/containerd/errdefs/pkg@v0.3.0",
|
|
"github.com/containerd/log@v0.1.0",
|
|
"github.com/distribution/reference@v0.6.0",
|
|
"github.com/docker/go-connections@v0.6.0",
|
|
"github.com/docker/go-units@v0.5.0",
|
|
"github.com/moby/docker-image-spec@v1.3.1",
|
|
"github.com/moby/sys/atomicwriter@v0.1.0",
|
|
"github.com/moby/term@v0.5.2",
|
|
"github.com/morikuni/aec@v1.0.0",
|
|
"github.com/pkg/errors@v0.9.1",
|
|
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.63.0",
|
|
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.38.0",
|
|
"gotest.tools/v3@v3.5.2"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/containrrr/shoutrrr@v0.8.0",
|
|
"Name": "github.com/containrrr/shoutrrr",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/containrrr/shoutrrr@v0.8.0",
|
|
"UID": "e9e8e4fd5a5f7197"
|
|
},
|
|
"Version": "v0.8.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/fatih/color@v1.15.0",
|
|
"github.com/mattn/go-colorable@v0.1.13",
|
|
"github.com/mattn/go-isatty@v0.0.20",
|
|
"github.com/onsi/ginkgo/v2@v2.9.5",
|
|
"golang.org/x/net@v0.49.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/docker/docker@v28.5.2+incompatible",
|
|
"Name": "github.com/docker/docker",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/docker/docker@v28.5.2%2Bincompatible",
|
|
"UID": "9b0758d4d0737504"
|
|
},
|
|
"Version": "v28.5.2+incompatible",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Relationship": "direct",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/gin-contrib/gzip@v1.2.5",
|
|
"Name": "github.com/gin-contrib/gzip",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/gin-contrib/gzip@v1.2.5",
|
|
"UID": "74266021e3028618"
|
|
},
|
|
"Version": "v1.2.5",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/gin-gonic/gin@v1.11.0",
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/gin-gonic/gin@v1.11.0",
|
|
"Name": "github.com/gin-gonic/gin",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/gin-gonic/gin@v1.11.0",
|
|
"UID": "b802a116f6f3585"
|
|
},
|
|
"Version": "v1.11.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/bytedance/sonic@v1.14.1",
|
|
"github.com/gin-contrib/sse@v1.1.0",
|
|
"github.com/go-playground/validator/v10@v10.30.1",
|
|
"github.com/goccy/go-json@v0.10.5",
|
|
"github.com/goccy/go-yaml@v1.18.0",
|
|
"github.com/json-iterator/go@v1.1.12",
|
|
"github.com/mattn/go-isatty@v0.0.20",
|
|
"github.com/modern-go/reflect2@v1.0.2",
|
|
"github.com/pelletier/go-toml/v2@v2.2.4",
|
|
"github.com/quic-go/quic-go@v0.57.1",
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"github.com/ugorji/go/codec@v1.3.0",
|
|
"golang.org/x/net@v0.49.0",
|
|
"google.golang.org/protobuf@v1.36.10"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/glebarez/sqlite@v1.11.0",
|
|
"Name": "github.com/glebarez/sqlite",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/glebarez/sqlite@v1.11.0",
|
|
"UID": "9fe7ccaf83b8dbb3"
|
|
},
|
|
"Version": "v1.11.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/glebarez/go-sqlite@v1.21.2",
|
|
"gorm.io/gorm@v1.31.1",
|
|
"modernc.org/sqlite@v1.23.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/golang-jwt/jwt/v5@v5.3.1",
|
|
"Name": "github.com/golang-jwt/jwt/v5",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/golang-jwt/jwt/v5@v5.3.1",
|
|
"UID": "7212e284e29b3640"
|
|
},
|
|
"Version": "v5.3.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/google/uuid@v1.6.0",
|
|
"Name": "github.com/google/uuid",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/google/uuid@v1.6.0",
|
|
"UID": "be349087f1bf1d83"
|
|
},
|
|
"Version": "v1.6.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Relationship": "direct",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/gorilla/websocket@v1.5.3",
|
|
"Name": "github.com/gorilla/websocket",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/gorilla/websocket@v1.5.3",
|
|
"UID": "1d805102cd0afdcb"
|
|
},
|
|
"Version": "v1.5.3",
|
|
"Licenses": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"Relationship": "direct",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/oschwald/geoip2-golang/v2@v2.1.0",
|
|
"Name": "github.com/oschwald/geoip2-golang/v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/oschwald/geoip2-golang/v2@v2.1.0",
|
|
"UID": "2b14f6f2ef907261"
|
|
},
|
|
"Version": "v2.1.0",
|
|
"Licenses": [
|
|
"ISC"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/oschwald/maxminddb-golang/v2@v2.1.1",
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/prometheus/client_golang@v1.23.2",
|
|
"Name": "github.com/prometheus/client_golang",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/prometheus/client_golang@v1.23.2",
|
|
"UID": "b42daba7a785315a"
|
|
},
|
|
"Version": "v1.23.2",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/beorn7/perks@v1.0.1",
|
|
"github.com/cespare/xxhash/v2@v2.3.0",
|
|
"github.com/json-iterator/go@v1.1.12",
|
|
"github.com/kylelemons/godebug@v1.1.0",
|
|
"github.com/prometheus/client_model@v0.6.2",
|
|
"github.com/prometheus/common@v0.66.1",
|
|
"github.com/prometheus/procfs@v0.16.1",
|
|
"golang.org/x/sys@v0.40.0",
|
|
"google.golang.org/protobuf@v1.36.10"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/robfig/cron/v3@v3.0.1",
|
|
"Name": "github.com/robfig/cron/v3",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/robfig/cron/v3@v3.0.1",
|
|
"UID": "b9326e12ca90bab2"
|
|
},
|
|
"Version": "v3.0.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/sirupsen/logrus@v1.9.4",
|
|
"Name": "github.com/sirupsen/logrus",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/sirupsen/logrus@v1.9.4",
|
|
"UID": "65e7aec579e60d56"
|
|
},
|
|
"Version": "v1.9.4",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/stretchr/testify@v1.11.1",
|
|
"Name": "github.com/stretchr/testify",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/stretchr/testify@v1.11.1",
|
|
"UID": "85a8cdcc47c74a79"
|
|
},
|
|
"Version": "v1.11.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/davecgh/go-spew@v1.1.1",
|
|
"github.com/pmezard/go-difflib@v1.0.0",
|
|
"github.com/stretchr/objx@v0.5.2",
|
|
"gopkg.in/yaml.v3@v3.0.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "golang.org/x/crypto@v0.47.0",
|
|
"Name": "golang.org/x/crypto",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/golang.org/x/crypto@v0.47.0",
|
|
"UID": "bc042bf3ec633481"
|
|
},
|
|
"Version": "v0.47.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"golang.org/x/net@v0.49.0",
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "golang.org/x/net@v0.49.0",
|
|
"Name": "golang.org/x/net",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/golang.org/x/net@v0.49.0",
|
|
"UID": "8a4c40b395061d10"
|
|
},
|
|
"Version": "v0.49.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"golang.org/x/crypto@v0.47.0",
|
|
"golang.org/x/sys@v0.40.0",
|
|
"golang.org/x/text@v0.33.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "golang.org/x/text@v0.33.0",
|
|
"Name": "golang.org/x/text",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/golang.org/x/text@v0.33.0",
|
|
"UID": "d74243dc84a00277"
|
|
},
|
|
"Version": "v0.33.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Relationship": "direct",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "gopkg.in/natefinch/lumberjack.v2@v2.2.1",
|
|
"Name": "gopkg.in/natefinch/lumberjack.v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/gopkg.in/natefinch/lumberjack.v2@v2.2.1",
|
|
"UID": "7c0967afd76b6f6a"
|
|
},
|
|
"Version": "v2.2.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "gorm.io/driver/sqlite@v1.6.0",
|
|
"Name": "gorm.io/driver/sqlite",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/gorm.io/driver/sqlite@v1.6.0",
|
|
"UID": "caccd1386372d4dc"
|
|
},
|
|
"Version": "v1.6.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/mattn/go-sqlite3@v1.14.22",
|
|
"gorm.io/gorm@v1.31.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "gorm.io/gorm@v1.31.1",
|
|
"Name": "gorm.io/gorm",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/gorm.io/gorm@v1.31.1",
|
|
"UID": "e1dc9cfc24d3eac3"
|
|
},
|
|
"Version": "v1.31.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Relationship": "direct",
|
|
"DependsOn": [
|
|
"github.com/jinzhu/inflection@v1.0.0",
|
|
"github.com/jinzhu/now@v1.1.5",
|
|
"golang.org/x/text@v0.33.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/Microsoft/go-winio@v0.6.2",
|
|
"Name": "github.com/Microsoft/go-winio",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/microsoft/go-winio@v0.6.2",
|
|
"UID": "362ea473fc8c4d32"
|
|
},
|
|
"Version": "v0.6.2",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/sirupsen/logrus@v1.9.4",
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/beorn7/perks@v1.0.1",
|
|
"Name": "github.com/beorn7/perks",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/beorn7/perks@v1.0.1",
|
|
"UID": "1b03d66d1a55d672"
|
|
},
|
|
"Version": "v1.0.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/bytedance/gopkg@v0.1.3",
|
|
"Name": "github.com/bytedance/gopkg",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/bytedance/gopkg@v0.1.3",
|
|
"UID": "56abdc108c277619"
|
|
},
|
|
"Version": "v0.1.3",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"golang.org/x/net@v0.49.0",
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/bytedance/sonic@v1.14.1",
|
|
"Name": "github.com/bytedance/sonic",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/bytedance/sonic@v1.14.1",
|
|
"UID": "d41768f977544838"
|
|
},
|
|
"Version": "v1.14.1",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/bytedance/gopkg@v0.1.3",
|
|
"github.com/bytedance/sonic/loader@v0.3.0",
|
|
"github.com/cloudwego/base64x@v0.1.6",
|
|
"github.com/davecgh/go-spew@v1.1.1",
|
|
"github.com/klauspost/cpuid/v2@v2.3.0",
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"github.com/twitchyliquid64/golang-asm@v0.15.1",
|
|
"golang.org/x/arch@v0.22.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/bytedance/sonic/loader@v0.3.0",
|
|
"Name": "github.com/bytedance/sonic/loader",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/bytedance/sonic/loader@v0.3.0",
|
|
"UID": "328c48e02038bee9"
|
|
},
|
|
"Version": "v0.3.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/davecgh/go-spew@v1.1.1",
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/cespare/xxhash/v2@v2.3.0",
|
|
"Name": "github.com/cespare/xxhash/v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/cespare/xxhash/v2@v2.3.0",
|
|
"UID": "b287f03338baa760"
|
|
},
|
|
"Version": "v2.3.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/cloudwego/base64x@v0.1.6",
|
|
"Name": "github.com/cloudwego/base64x",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/cloudwego/base64x@v0.1.6",
|
|
"UID": "349948156099e48d"
|
|
},
|
|
"Version": "v0.1.6",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/bytedance/sonic/loader@v0.3.0",
|
|
"github.com/davecgh/go-spew@v1.1.1",
|
|
"github.com/klauspost/cpuid/v2@v2.3.0",
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/containerd/errdefs@v1.0.0",
|
|
"Name": "github.com/containerd/errdefs",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/containerd/errdefs@v1.0.0",
|
|
"UID": "6d0f3c1ad005dec5"
|
|
},
|
|
"Version": "v1.0.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/containerd/errdefs/pkg@v0.3.0",
|
|
"Name": "github.com/containerd/errdefs/pkg",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/containerd/errdefs/pkg@v0.3.0",
|
|
"UID": "b6fc65480e977dc5"
|
|
},
|
|
"Version": "v0.3.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/containerd/errdefs@v1.0.0",
|
|
"google.golang.org/protobuf@v1.36.10"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/containerd/log@v0.1.0",
|
|
"Name": "github.com/containerd/log",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/containerd/log@v0.1.0",
|
|
"UID": "4e92f2bfe566a09b"
|
|
},
|
|
"Version": "v0.1.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/sirupsen/logrus@v1.9.4"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/davecgh/go-spew@v1.1.1",
|
|
"Name": "github.com/davecgh/go-spew",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/davecgh/go-spew@v1.1.1",
|
|
"UID": "6c9c0153ac303c60"
|
|
},
|
|
"Version": "v1.1.1",
|
|
"Licenses": [
|
|
"ISC"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/distribution/reference@v0.6.0",
|
|
"Name": "github.com/distribution/reference",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/distribution/reference@v0.6.0",
|
|
"UID": "d63fca90342ddb77"
|
|
},
|
|
"Version": "v0.6.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/opencontainers/go-digest@v1.0.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/docker/go-connections@v0.6.0",
|
|
"Name": "github.com/docker/go-connections",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/docker/go-connections@v0.6.0",
|
|
"UID": "ea9bbf0865c6b6c6"
|
|
},
|
|
"Version": "v0.6.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/Microsoft/go-winio@v0.6.2"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/docker/go-units@v0.5.0",
|
|
"Name": "github.com/docker/go-units",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/docker/go-units@v0.5.0",
|
|
"UID": "f18f4b57fa7fc8ff"
|
|
},
|
|
"Version": "v0.5.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/dustin/go-humanize@v1.0.1",
|
|
"Name": "github.com/dustin/go-humanize",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/dustin/go-humanize@v1.0.1",
|
|
"UID": "c46f410cc4ba322"
|
|
},
|
|
"Version": "v1.0.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/fatih/color@v1.15.0",
|
|
"Name": "github.com/fatih/color",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/fatih/color@v1.15.0",
|
|
"UID": "4451d827178281b"
|
|
},
|
|
"Version": "v1.15.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/mattn/go-colorable@v0.1.13",
|
|
"github.com/mattn/go-isatty@v0.0.20",
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/felixge/httpsnoop@v1.0.4",
|
|
"Name": "github.com/felixge/httpsnoop",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/felixge/httpsnoop@v1.0.4",
|
|
"UID": "528a394d975ab751"
|
|
},
|
|
"Version": "v1.0.4",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/gabriel-vasile/mimetype@v1.4.12",
|
|
"Name": "github.com/gabriel-vasile/mimetype",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/gabriel-vasile/mimetype@v1.4.12",
|
|
"UID": "50606ce4b9950046"
|
|
},
|
|
"Version": "v1.4.12",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/gin-contrib/sse@v1.1.0",
|
|
"Name": "github.com/gin-contrib/sse",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/gin-contrib/sse@v1.1.0",
|
|
"UID": "8a183c5fef4286e2"
|
|
},
|
|
"Version": "v1.1.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/glebarez/go-sqlite@v1.21.2",
|
|
"Name": "github.com/glebarez/go-sqlite",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/glebarez/go-sqlite@v1.21.2",
|
|
"UID": "cb403e8147587190"
|
|
},
|
|
"Version": "v1.21.2",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"golang.org/x/sys@v0.40.0",
|
|
"modernc.org/libc@v1.22.5",
|
|
"modernc.org/mathutil@v1.5.0",
|
|
"modernc.org/sqlite@v1.23.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/go-logr/logr@v1.4.3",
|
|
"Name": "github.com/go-logr/logr",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/go-logr/logr@v1.4.3",
|
|
"UID": "21a3e71d1ca2693e"
|
|
},
|
|
"Version": "v1.4.3",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/go-logr/stdr@v1.2.2",
|
|
"Name": "github.com/go-logr/stdr",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/go-logr/stdr@v1.2.2",
|
|
"UID": "aa9774e3ad939835"
|
|
},
|
|
"Version": "v1.2.2",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/go-logr/logr@v1.4.3"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/go-playground/locales@v0.14.1",
|
|
"Name": "github.com/go-playground/locales",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/go-playground/locales@v0.14.1",
|
|
"UID": "473b2884771071a2"
|
|
},
|
|
"Version": "v0.14.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"golang.org/x/text@v0.33.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/go-playground/universal-translator@v0.18.1",
|
|
"Name": "github.com/go-playground/universal-translator",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/go-playground/universal-translator@v0.18.1",
|
|
"UID": "2a17a5b2f78fe04d"
|
|
},
|
|
"Version": "v0.18.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/go-playground/locales@v0.14.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/go-playground/validator/v10@v10.30.1",
|
|
"Name": "github.com/go-playground/validator/v10",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/go-playground/validator/v10@v10.30.1",
|
|
"UID": "a4177df2573a2549"
|
|
},
|
|
"Version": "v10.30.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/gabriel-vasile/mimetype@v1.4.12",
|
|
"github.com/go-playground/locales@v0.14.1",
|
|
"github.com/go-playground/universal-translator@v0.18.1",
|
|
"github.com/leodido/go-urn@v1.4.0",
|
|
"golang.org/x/crypto@v0.47.0",
|
|
"golang.org/x/text@v0.33.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/goccy/go-json@v0.10.5",
|
|
"Name": "github.com/goccy/go-json",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/goccy/go-json@v0.10.5",
|
|
"UID": "94146546c3f9b8b4"
|
|
},
|
|
"Version": "v0.10.5",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/goccy/go-yaml@v1.18.0",
|
|
"Name": "github.com/goccy/go-yaml",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/goccy/go-yaml@v1.18.0",
|
|
"UID": "cdce6e86643a084c"
|
|
},
|
|
"Version": "v1.18.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/jinzhu/inflection@v1.0.0",
|
|
"Name": "github.com/jinzhu/inflection",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/jinzhu/inflection@v1.0.0",
|
|
"UID": "c4d80f0d3c04fab0"
|
|
},
|
|
"Version": "v1.0.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/jinzhu/now@v1.1.5",
|
|
"Name": "github.com/jinzhu/now",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/jinzhu/now@v1.1.5",
|
|
"UID": "3ac42081de14c711"
|
|
},
|
|
"Version": "v1.1.5",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/json-iterator/go@v1.1.12",
|
|
"Name": "github.com/json-iterator/go",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/json-iterator/go@v1.1.12",
|
|
"UID": "4fa2fb679768bf07"
|
|
},
|
|
"Version": "v1.1.12",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/davecgh/go-spew@v1.1.1",
|
|
"github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd",
|
|
"github.com/modern-go/reflect2@v1.0.2",
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/klauspost/cpuid/v2@v2.3.0",
|
|
"Name": "github.com/klauspost/cpuid/v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/klauspost/cpuid/v2@v2.3.0",
|
|
"UID": "fec2d85c2f7ca89f"
|
|
},
|
|
"Version": "v2.3.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/kylelemons/godebug@v1.1.0",
|
|
"Name": "github.com/kylelemons/godebug",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/kylelemons/godebug@v1.1.0",
|
|
"UID": "7b9382fb5e6f767f"
|
|
},
|
|
"Version": "v1.1.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/leodido/go-urn@v1.4.0",
|
|
"Name": "github.com/leodido/go-urn",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/leodido/go-urn@v1.4.0",
|
|
"UID": "fce0ae29211cd588"
|
|
},
|
|
"Version": "v1.4.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/mattn/go-colorable@v0.1.13",
|
|
"Name": "github.com/mattn/go-colorable",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/mattn/go-colorable@v0.1.13",
|
|
"UID": "577f7be8e8a2ff86"
|
|
},
|
|
"Version": "v0.1.13",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/mattn/go-isatty@v0.0.20"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/mattn/go-isatty@v0.0.20",
|
|
"Name": "github.com/mattn/go-isatty",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/mattn/go-isatty@v0.0.20",
|
|
"UID": "dbf0ed617eed9681"
|
|
},
|
|
"Version": "v0.0.20",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/mattn/go-sqlite3@v1.14.22",
|
|
"Name": "github.com/mattn/go-sqlite3",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/mattn/go-sqlite3@v1.14.22",
|
|
"UID": "46a7d6b8a4b587c9"
|
|
},
|
|
"Version": "v1.14.22",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/moby/docker-image-spec@v1.3.1",
|
|
"Name": "github.com/moby/docker-image-spec",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/moby/docker-image-spec@v1.3.1",
|
|
"UID": "b22bcd0eee60d34f"
|
|
},
|
|
"Version": "v1.3.1",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/opencontainers/image-spec@v1.1.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/moby/sys/atomicwriter@v0.1.0",
|
|
"Name": "github.com/moby/sys/atomicwriter",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/moby/sys/atomicwriter@v0.1.0",
|
|
"UID": "ff9ad5397704a645"
|
|
},
|
|
"Version": "v0.1.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/moby/term@v0.5.2",
|
|
"Name": "github.com/moby/term",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/moby/term@v0.5.2",
|
|
"UID": "e8fdcf0084ae5a9d"
|
|
},
|
|
"Version": "v0.5.2",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd",
|
|
"Name": "github.com/modern-go/concurrent",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd",
|
|
"UID": "59899e509d0a625f"
|
|
},
|
|
"Version": "v0.0.0-20180306012644-bacd9c7ef1dd",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/modern-go/reflect2@v1.0.2",
|
|
"Name": "github.com/modern-go/reflect2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/modern-go/reflect2@v1.0.2",
|
|
"UID": "1eda5b4a24936b28"
|
|
},
|
|
"Version": "v1.0.2",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/morikuni/aec@v1.0.0",
|
|
"Name": "github.com/morikuni/aec",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/morikuni/aec@v1.0.0",
|
|
"UID": "1f9817fd4b162c53"
|
|
},
|
|
"Version": "v1.0.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822",
|
|
"Name": "github.com/munnerz/goautoneg",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822",
|
|
"UID": "d90366d8ac3be1a8"
|
|
},
|
|
"Version": "v0.0.0-20191010083416-a7dc8b61c822",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/onsi/ginkgo/v2@v2.9.5",
|
|
"Name": "github.com/onsi/ginkgo/v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/onsi/ginkgo/v2@v2.9.5",
|
|
"UID": "3f3383a2700af891"
|
|
},
|
|
"Version": "v2.9.5",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/go-logr/logr@v1.4.3",
|
|
"golang.org/x/net@v0.49.0",
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/opencontainers/go-digest@v1.0.0",
|
|
"Name": "github.com/opencontainers/go-digest",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0",
|
|
"UID": "384db2fbba7044e8"
|
|
},
|
|
"Version": "v1.0.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/opencontainers/image-spec@v1.1.1",
|
|
"Name": "github.com/opencontainers/image-spec",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/opencontainers/image-spec@v1.1.1",
|
|
"UID": "c54551e74b59b4f8"
|
|
},
|
|
"Version": "v1.1.1",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/opencontainers/go-digest@v1.0.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/oschwald/maxminddb-golang/v2@v2.1.1",
|
|
"Name": "github.com/oschwald/maxminddb-golang/v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/oschwald/maxminddb-golang/v2@v2.1.1",
|
|
"UID": "443e24a65bd3f3cd"
|
|
},
|
|
"Version": "v2.1.1",
|
|
"Licenses": [
|
|
"ISC"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/pelletier/go-toml/v2@v2.2.4",
|
|
"Name": "github.com/pelletier/go-toml/v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/pelletier/go-toml/v2@v2.2.4",
|
|
"UID": "8657ead3dd995e26"
|
|
},
|
|
"Version": "v2.2.4",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/pkg/errors@v0.9.1",
|
|
"Name": "github.com/pkg/errors",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/pkg/errors@v0.9.1",
|
|
"UID": "2486f689e7caa0f8"
|
|
},
|
|
"Version": "v0.9.1",
|
|
"Licenses": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/pmezard/go-difflib@v1.0.0",
|
|
"Name": "github.com/pmezard/go-difflib",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0",
|
|
"UID": "c263706b9c7c390a"
|
|
},
|
|
"Version": "v1.0.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/prometheus/client_model@v0.6.2",
|
|
"Name": "github.com/prometheus/client_model",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/prometheus/client_model@v0.6.2",
|
|
"UID": "66cd08885b2d5539"
|
|
},
|
|
"Version": "v0.6.2",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"google.golang.org/protobuf@v1.36.10"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/prometheus/common@v0.66.1",
|
|
"Name": "github.com/prometheus/common",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/prometheus/common@v0.66.1",
|
|
"UID": "fdc8ec363d2a716e"
|
|
},
|
|
"Version": "v0.66.1",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822",
|
|
"github.com/prometheus/client_model@v0.6.2",
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"go.yaml.in/yaml/v2@v2.4.2",
|
|
"golang.org/x/net@v0.49.0",
|
|
"google.golang.org/protobuf@v1.36.10"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/prometheus/procfs@v0.16.1",
|
|
"Name": "github.com/prometheus/procfs",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/prometheus/procfs@v0.16.1",
|
|
"UID": "9360ef5654812cb0"
|
|
},
|
|
"Version": "v0.16.1",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"golang.org/x/sys@v0.40.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/quic-go/qpack@v0.6.0",
|
|
"Name": "github.com/quic-go/qpack",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/quic-go/qpack@v0.6.0",
|
|
"UID": "690e521b72b68bbf"
|
|
},
|
|
"Version": "v0.6.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"golang.org/x/net@v0.49.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/quic-go/quic-go@v0.57.1",
|
|
"Name": "github.com/quic-go/quic-go",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/quic-go/quic-go@v0.57.1",
|
|
"UID": "f40f02ee6b0af20d"
|
|
},
|
|
"Version": "v0.57.1",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/quic-go/qpack@v0.6.0",
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"golang.org/x/crypto@v0.47.0",
|
|
"golang.org/x/net@v0.49.0",
|
|
"golang.org/x/sys@v0.40.0",
|
|
"golang.org/x/time@v0.14.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec",
|
|
"Name": "github.com/remyoudompheng/bigfft",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec",
|
|
"UID": "c8908d810efed7dc"
|
|
},
|
|
"Version": "v0.0.0-20230129092748-24d4a6f8daec",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/stretchr/objx@v0.5.2",
|
|
"Name": "github.com/stretchr/objx",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/stretchr/objx@v0.5.2",
|
|
"UID": "f632ea3236034622"
|
|
},
|
|
"Version": "v0.5.2",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/twitchyliquid64/golang-asm@v0.15.1",
|
|
"Name": "github.com/twitchyliquid64/golang-asm",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/twitchyliquid64/golang-asm@v0.15.1",
|
|
"UID": "b06244ca43aae827"
|
|
},
|
|
"Version": "v0.15.1",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "github.com/ugorji/go/codec@v1.3.0",
|
|
"Name": "github.com/ugorji/go/codec",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/github.com/ugorji/go/codec@v1.3.0",
|
|
"UID": "364c201c8b7e4e8f"
|
|
},
|
|
"Version": "v1.3.0",
|
|
"Licenses": [
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "go.opentelemetry.io/auto/sdk@v1.1.0",
|
|
"Name": "go.opentelemetry.io/auto/sdk",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/go.opentelemetry.io/auto/sdk@v1.1.0",
|
|
"UID": "9b363e271ba5dbc2"
|
|
},
|
|
"Version": "v1.1.0",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"go.opentelemetry.io/otel@v1.38.0",
|
|
"go.opentelemetry.io/otel/trace@v1.38.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.63.0",
|
|
"Name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.63.0",
|
|
"UID": "83c3abe2fd3d56e6"
|
|
},
|
|
"Version": "v0.63.0",
|
|
"Licenses": [
|
|
"Apache-2.0",
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/felixge/httpsnoop@v1.0.4",
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"go.opentelemetry.io/otel@v1.38.0",
|
|
"go.opentelemetry.io/otel/metric@v1.38.0",
|
|
"go.opentelemetry.io/otel/trace@v1.38.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "go.opentelemetry.io/otel@v1.38.0",
|
|
"Name": "go.opentelemetry.io/otel",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/go.opentelemetry.io/otel@v1.38.0",
|
|
"UID": "ef84c3a7d51f8d1f"
|
|
},
|
|
"Version": "v1.38.0",
|
|
"Licenses": [
|
|
"Apache-2.0",
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/go-logr/logr@v1.4.3",
|
|
"github.com/go-logr/stdr@v1.2.2",
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"go.opentelemetry.io/auto/sdk@v1.1.0",
|
|
"go.opentelemetry.io/otel/metric@v1.38.0",
|
|
"go.opentelemetry.io/otel/trace@v1.38.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.38.0",
|
|
"Name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.38.0",
|
|
"UID": "ea26b7127b10539b"
|
|
},
|
|
"Version": "v1.38.0",
|
|
"Licenses": [
|
|
"Apache-2.0",
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"go.opentelemetry.io/otel@v1.38.0",
|
|
"go.opentelemetry.io/otel/trace@v1.38.0",
|
|
"google.golang.org/protobuf@v1.36.10"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "go.opentelemetry.io/otel/metric@v1.38.0",
|
|
"Name": "go.opentelemetry.io/otel/metric",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/go.opentelemetry.io/otel/metric@v1.38.0",
|
|
"UID": "b6468ab383e61a74"
|
|
},
|
|
"Version": "v1.38.0",
|
|
"Licenses": [
|
|
"Apache-2.0",
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"go.opentelemetry.io/otel@v1.38.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "go.opentelemetry.io/otel/trace@v1.38.0",
|
|
"Name": "go.opentelemetry.io/otel/trace",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/go.opentelemetry.io/otel/trace@v1.38.0",
|
|
"UID": "9e2355e5b67d583a"
|
|
},
|
|
"Version": "v1.38.0",
|
|
"Licenses": [
|
|
"Apache-2.0",
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/stretchr/testify@v1.11.1",
|
|
"go.opentelemetry.io/otel@v1.38.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "go.yaml.in/yaml/v2@v2.4.2",
|
|
"Name": "go.yaml.in/yaml/v2",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/go.yaml.in/yaml/v2@v2.4.2",
|
|
"UID": "65582d9debf438c8"
|
|
},
|
|
"Version": "v2.4.2",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "golang.org/x/arch@v0.22.0",
|
|
"Name": "golang.org/x/arch",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/golang.org/x/arch@v0.22.0",
|
|
"UID": "667d91fc612656ff"
|
|
},
|
|
"Version": "v0.22.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "golang.org/x/sys@v0.40.0",
|
|
"Name": "golang.org/x/sys",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/golang.org/x/sys@v0.40.0",
|
|
"UID": "d9732490829acad"
|
|
},
|
|
"Version": "v0.40.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "golang.org/x/time@v0.14.0",
|
|
"Name": "golang.org/x/time",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/golang.org/x/time@v0.14.0",
|
|
"UID": "30fbfeee9c6bfe2b"
|
|
},
|
|
"Version": "v0.14.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "google.golang.org/protobuf@v1.36.10",
|
|
"Name": "google.golang.org/protobuf",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/google.golang.org/protobuf@v1.36.10",
|
|
"UID": "7e5aeae6272609dc"
|
|
},
|
|
"Version": "v1.36.10",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "gopkg.in/yaml.v3@v3.0.1",
|
|
"Name": "gopkg.in/yaml.v3",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/gopkg.in/yaml.v3@v3.0.1",
|
|
"UID": "33651968bc1307db"
|
|
},
|
|
"Version": "v3.0.1",
|
|
"Licenses": [
|
|
"Apache-2.0",
|
|
"MIT"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "gotest.tools/v3@v3.5.2",
|
|
"Name": "gotest.tools/v3",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/gotest.tools/v3@v3.5.2",
|
|
"UID": "35e7c13bf7ef5523"
|
|
},
|
|
"Version": "v3.5.2",
|
|
"Licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "modernc.org/libc@v1.22.5",
|
|
"Name": "modernc.org/libc",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/modernc.org/libc@v1.22.5",
|
|
"UID": "d546fa204bacd74c"
|
|
},
|
|
"Version": "v1.22.5",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/dustin/go-humanize@v1.0.1",
|
|
"github.com/google/uuid@v1.6.0",
|
|
"github.com/mattn/go-isatty@v0.0.20",
|
|
"golang.org/x/sys@v0.40.0",
|
|
"modernc.org/mathutil@v1.5.0",
|
|
"modernc.org/memory@v1.5.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "modernc.org/mathutil@v1.5.0",
|
|
"Name": "modernc.org/mathutil",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/modernc.org/mathutil@v1.5.0",
|
|
"UID": "9bf62cfcc56dc605"
|
|
},
|
|
"Version": "v1.5.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "modernc.org/memory@v1.5.0",
|
|
"Name": "modernc.org/memory",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/modernc.org/memory@v1.5.0",
|
|
"UID": "775e20745762ddde"
|
|
},
|
|
"Version": "v1.5.0",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"modernc.org/mathutil@v1.5.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
},
|
|
{
|
|
"ID": "modernc.org/sqlite@v1.23.1",
|
|
"Name": "modernc.org/sqlite",
|
|
"Identifier": {
|
|
"PURL": "pkg:golang/modernc.org/sqlite@v1.23.1",
|
|
"UID": "156341fa618ee3fe"
|
|
},
|
|
"Version": "v1.23.1",
|
|
"Licenses": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"Indirect": true,
|
|
"Relationship": "indirect",
|
|
"DependsOn": [
|
|
"github.com/klauspost/cpuid/v2@v2.3.0",
|
|
"github.com/mattn/go-sqlite3@v1.14.22",
|
|
"golang.org/x/sys@v0.40.0",
|
|
"modernc.org/libc@v1.22.5",
|
|
"modernc.org/mathutil@v1.5.0"
|
|
],
|
|
"AnalyzedBy": "gomod"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|