From ef21646edbd38dd45368f4fd2202e6c0c57f8ac0 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 13 Apr 2022 12:29:09 +0200 Subject: switch to sigsum-go Updates import paths only. --- pkg/dns/dns.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/dns/dns.go') diff --git a/pkg/dns/dns.go b/pkg/dns/dns.go index 94cbdeb..5baccc3 100644 --- a/pkg/dns/dns.go +++ b/pkg/dns/dns.go @@ -5,8 +5,8 @@ import ( "fmt" "net" - "git.sigsum.org/sigsum-lib-go/pkg/hex" - "git.sigsum.org/sigsum-lib-go/pkg/types" + "git.sigsum.org/sigsum-go/pkg/hex" + "git.sigsum.org/sigsum-go/pkg/types" ) // Verifier can verify that a domain name is aware of a public key -- cgit v1.2.3