-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lord-kyron
authored and
lord-kyron
committed
Jul 27, 2022
1 parent
4e42bf0
commit a1eb8ea
Showing
4,561 changed files
with
218,970 additions
and
585,936 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,90 @@ | ||
module github.com/lord-kyron/terraform-provider-phpipam | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/hashicorp/terraform-plugin-sdk v1.16.0 | ||
github.com/imdario/mergo v0.3.9 | ||
github.com/pavel-z1/phpipam-sdk-go v0.1.3 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.61.0 // indirect | ||
cloud.google.com/go/storage v1.10.0 // indirect | ||
github.com/agext/levenshtein v1.2.2 // indirect | ||
github.com/apparentlymart/go-cidr v1.0.1 // indirect | ||
github.com/apparentlymart/go-textseg v1.0.0 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go v1.25.3 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
github.com/bgentry/speakeasy v0.1.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/fatih/color v1.7.0 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.0.0 // indirect | ||
github.com/go-git/go-git/v5 v5.1.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/google/go-cmp v0.5.0 // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-checkpoint v0.5.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02 // indirect | ||
github.com/hashicorp/go-hclog v0.9.2 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 // indirect | ||
github.com/hashicorp/go-plugin v1.3.0 // indirect | ||
github.com/hashicorp/go-safetemp v1.0.0 // indirect | ||
github.com/hashicorp/go-uuid v1.0.1 // indirect | ||
github.com/hashicorp/go-version v1.2.1 // indirect | ||
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect | ||
github.com/hashicorp/hcl/v2 v2.3.0 // indirect | ||
github.com/hashicorp/logutils v1.0.0 // indirect | ||
github.com/hashicorp/terraform-config-inspect v0.0.0-20191115094559-17f92b0546e8 // indirect | ||
github.com/hashicorp/terraform-exec v0.10.0 // indirect | ||
github.com/hashicorp/terraform-json v0.5.0 // indirect | ||
github.com/hashicorp/terraform-plugin-test/v2 v2.1.2 // indirect | ||
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
github.com/imdario/mergo v0.3.9 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/mattn/go-isatty v0.0.5 // indirect | ||
github.com/mitchellh/cli v1.1.1 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.4 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/posener/complete v1.2.1 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/ulikunitz/xz v0.5.7 // indirect | ||
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
github.com/zclconf/go-cty v1.2.1 // indirect | ||
github.com/zclconf/go-cty-yaml v1.0.1 // indirect | ||
go.opencensus.io v0.22.4 // indirect | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/mod v0.3.0 // indirect | ||
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
google.golang.org/api v0.29.0 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect | ||
google.golang.org/grpc v1.30.0 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
) |
Oops, something went wrong.