Skip to content

Commit 931f711

Browse files
committed
cleanup
1 parent f15fbda commit 931f711

23 files changed

Lines changed: 22 additions & 796 deletions

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ repos:
1111
args: [--autofix, --no-sort-keys, --indent=4]
1212
exclude: .devcontainer/
1313
- id: check-yaml
14-
exclude: ^pkg/template/testdata/application-templates.*|pkg/bundle/templates/terraform/massdriver.yaml
1514
- id: end-of-file-fixer
16-
exclude: ^pkg/template/testdata/application-templates.*
1715
- id: detect-aws-credentials
1816
args: [--allow-missing-credentials]
1917
- id: no-commit-to-branch

docs/generated/mass_credential.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/generated/mass_credential_list.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/generated/mass_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Manage instances of IaC deployed in environments.
1212

1313
# Instances
1414

15-
[Instances](https://docs.massdriver.cloud/concepts/instances) are deployed instances of infrastructure-as-code modules on your environment canvas.
15+
[Instances](https://docs.massdriver.cloud/concepts/instances) are deployment of infrastructure-as-code modules on your environment canvas.
1616

1717
Instances are used to:
1818
- Deploy infrastructure components

docs/generated/mass_preview.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/generated/mass_preview_decommission.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/generated/mass_preview_deploy.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/generated/mass_preview_init.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ require (
88
github.com/AlecAivazis/survey/v2 v2.3.7
99
github.com/BurntSushi/toml v1.4.0
1010
github.com/Khan/genqlient v0.8.0
11-
github.com/charmbracelet/bubbles v0.20.0
12-
github.com/charmbracelet/bubbletea v1.2.3
1311
github.com/charmbracelet/glamour v0.8.0
1412
github.com/charmbracelet/lipgloss v1.0.0
1513
github.com/cli/browser v1.3.0
16-
github.com/evertras/bubble-table v0.17.1
1714
github.com/fatih/color v1.17.0
1815
github.com/go-resty/resty/v2 v2.16.5
1916
github.com/hashicorp/hcl/v2 v2.23.0
@@ -54,14 +51,13 @@ require (
5451
github.com/alexflint/go-scalar v1.0.0 // indirect
5552
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
5653
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
57-
github.com/atotto/clipboard v0.1.4 // indirect
5854
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5955
github.com/aymerick/douceur v0.2.0 // indirect
6056
github.com/bahlo/generic-list-go v0.2.0 // indirect
6157
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
6258
github.com/buger/jsonparser v1.1.1 // indirect
6359
github.com/charmbracelet/x/ansi v0.5.2 // indirect
64-
github.com/charmbracelet/x/term v0.2.1 // indirect
60+
github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b // indirect
6561
github.com/chzyer/readline v1.5.1 // indirect
6662
github.com/creack/pty v1.1.18 // indirect
6763
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -70,7 +66,6 @@ require (
7066
github.com/docker/docker v27.3.1+incompatible // indirect
7167
github.com/docker/go-connections v0.5.0 // indirect
7268
github.com/docker/go-units v0.5.0 // indirect
73-
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
7469
github.com/felixge/httpsnoop v1.0.4 // indirect
7570
github.com/go-logr/logr v1.4.2 // indirect
7671
github.com/go-logr/stdr v1.2.2 // indirect
@@ -93,14 +88,11 @@ require (
9388
github.com/massdriver-cloud/terraform-config-inspect v0.0.1 // indirect
9489
github.com/mattn/go-colorable v0.1.13 // indirect
9590
github.com/mattn/go-isatty v0.0.20 // indirect
96-
github.com/mattn/go-localereader v0.0.1 // indirect
9791
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
9892
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
9993
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
10094
github.com/moby/docker-image-spec v1.3.1 // indirect
10195
github.com/morikuni/aec v1.0.0 // indirect
102-
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
103-
github.com/muesli/cancelreader v0.2.2 // indirect
10496
github.com/muesli/reflow v0.3.0 // indirect
10597
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
10698
github.com/opencontainers/go-digest v1.0.0 // indirect

0 commit comments

Comments
 (0)