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

s/intevation/Intevation/

This commit is contained in:
Sascha L. Teichmann 2021-11-16 23:43:43 +01:00
parent e08c90ee8a
commit 5a350f2044
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ import (
"github.com/ProtonMail/gopenpgp/v2/crypto"
"github.com/intevation/csaf_trusted/csaf"
"github.com/Intevation/csaf_trusted/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/Intevation/csaf_trusted/csaf"
)
const (

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/intevation/csaf_trusted
module github.com/Intevation/csaf_trusted
go 1.17