Skip to content

Commit

Permalink
Remove API and "serve" subcommand
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Oct 3, 2023
1 parent c22aa85 commit 0027e5f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 950 deletions.
1 change: 0 additions & 1 deletion cmd/bootloose/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func NewRootCommand(ctx context.Context) *cobra.Command {

// hide config flag from commands that do not need it
for _, configlessCmd := range []*cobra.Command{
NewServeCommand(),
NewVersionCommand(),
} {
cmd.AddCommand(configlessCmd)
Expand Down
80 changes: 0 additions & 80 deletions cmd/bootloose/serve.go

This file was deleted.

29 changes: 0 additions & 29 deletions cmd/bootloose/serve_test.go

This file was deleted.

1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/carlmjohnson/versioninfo v0.22.5
github.com/docker/docker v24.0.6+incompatible
github.com/ghodss/yaml v1.0.0
github.com/gorilla/mux v1.8.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
Expand Down
92 changes: 0 additions & 92 deletions pkg/api/api.go

This file was deleted.

94 changes: 0 additions & 94 deletions pkg/api/cluster.go

This file was deleted.

Loading

0 comments on commit 0027e5f

Please sign in to comment.