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

Make it build under new repo location.

This commit is contained in:
Sascha L. Teichmann 2021-11-25 12:30:37 +01:00
parent b82882eb09
commit 699692a9ed
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ import (
"github.com/ProtonMail/gopenpgp/v2/crypto"
"github.com/Intevation/csaf_trusted/csaf"
"github.com/csaf-poc/csaf_distribution/csaf"
)
const dateFormat = time.RFC3339

View file

@ -10,7 +10,7 @@ import (
"github.com/PaesslerAG/gval"
"github.com/PaesslerAG/jsonpath"
"github.com/Intevation/csaf_trusted/csaf"
"github.com/csaf-poc/csaf_distribution/csaf"
)
const (

View file

@ -5,7 +5,7 @@ import (
"path/filepath"
"strings"
"github.com/Intevation/csaf_trusted/csaf"
"github.com/csaf-poc/csaf_distribution/csaf"
)
func newProviderMetadata(cfg *config) *csaf.ProviderMetadata {

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/Intevation/csaf_trusted
module github.com/csaf-poc/csaf_distribution
go 1.17