Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed atf and added pkg/utils for reading yaml #40

Merged
merged 1 commit into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/hashicorp/terraform-plugin-sdk/v2 v2.9.0
github.com/spf13/viper v1.10.0
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.12.1
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
)
50 changes: 0 additions & 50 deletions go.sum

Large diffs are not rendered by default.

182 changes: 0 additions & 182 deletions pkg/atf/README.md

This file was deleted.

124 changes: 0 additions & 124 deletions pkg/atf/acc.go

This file was deleted.

21 changes: 0 additions & 21 deletions pkg/atf/constants.go

This file was deleted.

Loading