Skip to content

Commit

Permalink
Merge pull request #615 from SiaFoundation/nate/move-certificates
Browse files Browse the repository at this point in the history
chore: move certificates out of internal
  • Loading branch information
n8maninger authored Feb 25, 2025
2 parents e578290 + 708c831 commit b15c67d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/hostd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"go.sia.tech/coreutils/wallet"
"go.sia.tech/hostd/alerts"
"go.sia.tech/hostd/api"
"go.sia.tech/hostd/certificates"
"go.sia.tech/hostd/config"
"go.sia.tech/hostd/explorer"
"go.sia.tech/hostd/host/accounts"
Expand All @@ -33,7 +34,6 @@ import (
"go.sia.tech/hostd/host/settings/pin"
"go.sia.tech/hostd/host/storage"
"go.sia.tech/hostd/index"
"go.sia.tech/hostd/internal/certificates"
"go.sia.tech/hostd/persist/sqlite"
"go.sia.tech/hostd/rhp"
rhp2 "go.sia.tech/hostd/rhp/v2"
Expand Down
2 changes: 1 addition & 1 deletion internal/testutil/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ import (
"go.sia.tech/coreutils/syncer"
"go.sia.tech/coreutils/testutil"
"go.sia.tech/coreutils/wallet"
"go.sia.tech/hostd/certificates"
"go.sia.tech/hostd/host/accounts"
"go.sia.tech/hostd/host/contracts"
"go.sia.tech/hostd/host/registry"
"go.sia.tech/hostd/host/settings"
"go.sia.tech/hostd/host/storage"
"go.sia.tech/hostd/index"
"go.sia.tech/hostd/internal/certificates"
"go.sia.tech/hostd/persist/sqlite"
"go.uber.org/zap"
)
Expand Down

0 comments on commit b15c67d

Please sign in to comment.