mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Bumped Go version to Go 1.21. Using log/slog instead of golang.org/x/exp/slog
This commit is contained in:
parent
fb1cf32e17
commit
9b1480ae3d
19 changed files with 21 additions and 33 deletions
|
|
@ -11,6 +11,7 @@ package main
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"log/slog"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
|
@ -19,7 +20,6 @@ import (
|
|||
|
||||
"github.com/csaf-poc/csaf_distribution/v3/csaf"
|
||||
"github.com/csaf-poc/csaf_distribution/v3/util"
|
||||
"golang.org/x/exp/slog"
|
||||
)
|
||||
|
||||
type fullJob struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue