1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Make models used for configuration public

This commit is contained in:
koplas 2024-07-09 10:50:30 +02:00
parent 3cf7b73672
commit 6255456f61
No known key found for this signature in database
9 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/csaf-poc/csaf_distribution/v3/internal/models"
"github.com/csaf-poc/csaf_distribution/v3/csaf/models"
"hash"
"io"
"log/slog"