diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-13 13:06:15 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-13 13:06:15 +0200 |
commit | e5201da33e6c714bb0fc81438d4f212c25a48cf2 (patch) | |
tree | 22d6fe8c39c288278d6f29264c80e518d1cffcfc /cmd/tmp | |
parent | ef21646edbd38dd45368f4fd2202e6c0c57f8ac0 (diff) |
update module name (s/sigsum-log-go/log-go)
See decided proposal:
sigsum/doc/proposals/2022-04-restructure-repositories.md
Diffstat (limited to 'cmd/tmp')
-rw-r--r-- | cmd/tmp/dns/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tmp/dns/main.go b/cmd/tmp/dns/main.go index 2b19770..bb505b3 100644 --- a/cmd/tmp/dns/main.go +++ b/cmd/tmp/dns/main.go @@ -8,7 +8,7 @@ import ( "git.sigsum.org/sigsum-go/pkg/hex" "git.sigsum.org/sigsum-go/pkg/types" - "git.sigsum.org/sigsum-log-go/pkg/dns" + "git.sigsum.org/log-go/pkg/dns" ) var ( |