mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Chance supported minimal Go version back to 1.20 (#514)
This commit is contained in:
parent
2fe836bed7
commit
91ab7f6b1c
14 changed files with 40 additions and 31 deletions
|
|
@ -13,12 +13,13 @@ import (
|
|||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"log/slog"
|
||||
"net/http"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"golang.org/x/exp/slog"
|
||||
|
||||
"github.com/csaf-poc/csaf_distribution/v3/internal/certs"
|
||||
"github.com/csaf-poc/csaf_distribution/v3/internal/filter"
|
||||
"github.com/csaf-poc/csaf_distribution/v3/internal/models"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue