moved buildinfo package

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2023-05-22 09:18:24 +02:00
parent 2472df307d
commit 2504f16131
15 changed files with 24 additions and 27 deletions
+1 -1
View File
@@ -10,9 +10,9 @@ import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/ghttp"
"github.com/stv0g/cunicu/pkg/buildinfo"
"github.com/stv0g/cunicu/pkg/config"
"github.com/stv0g/cunicu/pkg/crypto"
"github.com/stv0g/cunicu/pkg/util/buildinfo"
)
var _ = Describe("lookup", func() {