Skip to content

Commit

Permalink
chore: switch scaffolder to a single module (#1571)
Browse files Browse the repository at this point in the history
Previously the repo had sub-modules to separate extensions, but it
turned out to be very irritating to maintain.
  • Loading branch information
alecthomas authored May 26, 2024
1 parent da1d909 commit 1b12ade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 45 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ require (
connectrpc.com/grpcreflect v1.2.0
connectrpc.com/otelconnect v0.7.0
github.com/BurntSushi/toml v1.3.2
github.com/TBD54566975/scaffolder v0.8.0
github.com/TBD54566975/scaffolder/extensions/javascript v0.8.0
github.com/TBD54566975/scaffolder v1.0.0
github.com/alecthomas/assert/v2 v2.9.0
github.com/alecthomas/atomic v0.1.0-alpha2
github.com/alecthomas/concurrency v0.0.2
Expand Down Expand Up @@ -101,7 +100,7 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d // indirect
github.com/dop251/goja v0.0.0-20240516125602-ccbae20bcec2 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
Expand Down
46 changes: 4 additions & 42 deletions go.sum

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

0 comments on commit 1b12ade

Please sign in to comment.