Skip to content

Commit

Permalink
fix: linting and vendor modules
Browse files Browse the repository at this point in the history
  • Loading branch information
npk-amperon committed May 29, 2024
1 parent b4e6f88 commit 3f6ae05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ func (t ContainerRegistryCacheRuleResource) Exists(ctx context.Context, clients
func (ContainerRegistryCacheRuleResource) basic(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
features {}
}
resource "azurerm_resource_group" "test" {
name = "accTestRG-acr-cache-rule-%d"
location = "%s"
name = "accTestRG-acr-cache-rule-%d"
location = "%s"
}
resource "azurerm_container_registry" "test" {
Expand Down
46 changes: 2 additions & 44 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ github.com/davecgh/go-spew/spew
# github.com/fatih/color v1.15.0
## explicit; go 1.17
github.com/fatih/color
# github.com/fsnotify/fsnotify v1.5.4
## explicit; go 1.16
# github.com/gofrs/uuid v4.4.0+incompatible
## explicit
github.com/gofrs/uuid
Expand All @@ -130,8 +128,6 @@ github.com/google/go-cmp/cmp/internal/value
# github.com/google/uuid v1.4.0
## explicit
github.com/google/uuid
# github.com/gookit/color v1.5.1
## explicit; go 1.14
# github.com/hashicorp/errwrap v1.1.0
## explicit
github.com/hashicorp/errwrap
Expand Down Expand Up @@ -1168,8 +1164,6 @@ github.com/hashicorp/hc-install/product
github.com/hashicorp/hc-install/releases
github.com/hashicorp/hc-install/src
github.com/hashicorp/hc-install/version
# github.com/hashicorp/hcl v1.0.0
## explicit
# github.com/hashicorp/hcl/v2 v2.20.0
## explicit; go 1.18
github.com/hashicorp/hcl/v2
Expand Down Expand Up @@ -1261,18 +1255,8 @@ github.com/hashicorp/terraform-svchost
# github.com/hashicorp/yamux v0.1.1
## explicit; go 1.15
github.com/hashicorp/yamux
# github.com/inconshreveable/mousetrap v1.0.0
## explicit
# github.com/katbyte/andreyvit-diff v0.0.1
## explicit; go 1.19
# github.com/katbyte/sergi-go-diff v1.1.1
## explicit; go 1.18
# github.com/katbyte/terrafmt v0.5.3
## explicit; go 1.18
# github.com/kr/text v0.2.0
## explicit
# github.com/magiconair/properties v1.8.6
## explicit; go 1.13
# github.com/kr/pretty v0.3.0
## explicit; go 1.12
# github.com/magodo/terraform-provider-azurerm-example-gen v0.0.0-20220407025246-3a3ee0ab24a8
## explicit; go 1.16
github.com/magodo/terraform-provider-azurerm-example-gen/examplegen
Expand Down Expand Up @@ -1302,10 +1286,6 @@ github.com/mitchellh/reflectwalk
# github.com/oklog/run v1.1.0
## explicit; go 1.13
github.com/oklog/run
# github.com/pelletier/go-toml v1.9.5
## explicit; go 1.12
# github.com/pelletier/go-toml/v2 v2.0.1
## explicit; go 1.16
# github.com/rickb777/date v1.12.5-0.20200422084442-6300e543c4d9
## explicit; go 1.13
github.com/rickb777/date/period
Expand All @@ -1315,22 +1295,6 @@ github.com/rickb777/plural
# github.com/sergi/go-diff v1.2.0
## explicit; go 1.12
github.com/sergi/go-diff/diffmatchpatch
# github.com/sirupsen/logrus v1.9.0
## explicit; go 1.13
# github.com/spf13/afero v1.9.2
## explicit; go 1.16
# github.com/spf13/cast v1.5.0
## explicit; go 1.18
# github.com/spf13/cobra v1.5.0
## explicit; go 1.15
# github.com/spf13/jwalterweatherman v1.1.0
## explicit
# github.com/spf13/pflag v1.0.5
## explicit; go 1.12
# github.com/spf13/viper v1.12.0
## explicit; go 1.17
# github.com/subosito/gotenv v1.3.0
## explicit; go 1.18
# github.com/tombuildsstuff/giovanni v0.27.0
## explicit; go 1.21
github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts
Expand Down Expand Up @@ -1377,8 +1341,6 @@ github.com/vmihailenco/msgpack/v5/msgpcode
github.com/vmihailenco/tagparser/v2
github.com/vmihailenco/tagparser/v2/internal
github.com/vmihailenco/tagparser/v2/internal/parser
# github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
## explicit; go 1.15
# github.com/zclconf/go-cty v1.14.3
## explicit; go 1.18
github.com/zclconf/go-cty/cty
Expand Down Expand Up @@ -1577,10 +1539,6 @@ google.golang.org/protobuf/types/known/emptypb
google.golang.org/protobuf/types/known/timestamppb
# gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
## explicit
# gopkg.in/ini.v1 v1.66.4
## explicit
# gopkg.in/yaml.v2 v2.4.0
## explicit; go 1.15
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3
Expand Down

0 comments on commit 3f6ae05

Please sign in to comment.