Skip to content

Commit

Permalink
Internalize
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonl committed Jun 12, 2024
1 parent bd61ab1 commit 7b304da
Show file tree
Hide file tree
Showing 54 changed files with 284 additions and 296 deletions.
20 changes: 10 additions & 10 deletions cmd/registry/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ import (
"github.com/pentops/j5/builder/docker"
"github.com/pentops/log.go/log"
"github.com/pentops/o5-deploy-aws/gen/o5/aws/deployer/v1/awsdeployer_tpb"
"github.com/pentops/registry/anyfs"
"github.com/pentops/registry/buildwrap"
"github.com/pentops/registry/gen/o5/registry/builder/v1/builder_tpb"
"github.com/pentops/registry/gen/o5/registry/github/v1/github_spb"
"github.com/pentops/registry/gen/o5/registry/github/v1/github_tpb"
"github.com/pentops/registry/github"
"github.com/pentops/registry/gomodproxy"
"github.com/pentops/registry/japi"
"github.com/pentops/registry/packagestore"
"github.com/pentops/registry/service"
"github.com/pentops/registry/state"
"github.com/pentops/registry/internal/anyfs"
"github.com/pentops/registry/internal/buildwrap"
"github.com/pentops/registry/internal/gen/o5/registry/builder/v1/builder_tpb"
"github.com/pentops/registry/internal/gen/o5/registry/github/v1/github_spb"
"github.com/pentops/registry/internal/github"
"github.com/pentops/registry/internal/gomodproxy"
"github.com/pentops/registry/internal/japi"
"github.com/pentops/registry/internal/packagestore"
"github.com/pentops/registry/internal/service"
"github.com/pentops/registry/internal/state"
"github.com/pentops/runner"
"github.com/pentops/runner/commander"
"github.com/pressly/goose"
Expand Down
190 changes: 0 additions & 190 deletions gen/o5/registry/github/v1/github_tpb/checks.pb.go

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions buildwrap/worker.go → internal/buildwrap/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"github.com/pentops/log.go/log"
"github.com/pentops/o5-messaging/gen/o5/messaging/v1/messaging_pb"
"github.com/pentops/o5-messaging/o5msg"
"github.com/pentops/registry/gen/o5/registry/builder/v1/builder_tpb"
"github.com/pentops/registry/github"
"github.com/pentops/registry/internal/gen/o5/registry/builder/v1/builder_tpb"
"github.com/pentops/registry/internal/github"
"google.golang.org/protobuf/types/known/emptypb"
)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b304da

Please sign in to comment.