Skip to content

Commit

Permalink
Merge pull request #11 from HewlettPackard/add-utils
Browse files Browse the repository at this point in the history
added viper code to utils package
  • Loading branch information
CharlieBlain authored Aug 31, 2021
2 parents 2e3e05a + 48813a0 commit e63d69e
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 20 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ module github.com/hewlettpackard/hpegl-provider-lib
go 1.15

require (
github.com/golang/mock v1.4.4
github.com/golang/mock v1.5.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
github.com/hpe-hcss/errors v0.0.8
github.com/hpe-hcss/iam-lib v1.12.8
github.com/stretchr/testify v1.6.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit e63d69e

Please sign in to comment.