diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-10 18:54:11 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-10 18:54:11 +0200 |
commit | 4fc0ff2ec2f48519ee245d6d7edee1921cb3b8bc (patch) | |
tree | bec546050499858440987aeb10054381ab1f2b40 /pkg/dns/dns.go | |
parent | f801aee1378f536a41f0eb5a299787a28d983137 (diff) |
update module name (s/sigsum-lib-go/sigsum-go)v0.0.4
See decided proposal:
sigsum/doc/proposals/2022-04-restructure-repositories.md
Diffstat (limited to 'pkg/dns/dns.go')
-rw-r--r-- | pkg/dns/dns.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/dns/dns.go b/pkg/dns/dns.go index 3bc0583..8fbcfdf 100644 --- a/pkg/dns/dns.go +++ b/pkg/dns/dns.go @@ -8,8 +8,8 @@ import ( "net" "strings" - "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" ) const ( |