Skip to content

Commit

Permalink
Updated to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlmartin committed Sep 2, 2021
1 parent b138172 commit 6dce255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go v1.37.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/harness-io/harness-go-sdk v0.0.4
github.com/harness-io/harness-go-sdk v0.0.5
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v0.16.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
Expand Down Expand Up @@ -39,4 +39,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ github.com/harness-io/harness-go-sdk v0.0.3 h1:+JLGu5OPeSjz4VjZfcDQEy+RBsv8KmHVz
github.com/harness-io/harness-go-sdk v0.0.3/go.mod h1:j0wBq1pO8w277Hjv8gZSf6M6CCgHzAuTIio/daOIhEI=
github.com/harness-io/harness-go-sdk v0.0.4 h1:5ILTdla+ja3aJDq3zISa90CSw2OPcRBOLSBb3LDuDl4=
github.com/harness-io/harness-go-sdk v0.0.4/go.mod h1:/5oCswBe0pg/6GAuviqJErMxGgQWx+/OOD7UQ74d1FY=
github.com/harness-io/harness-go-sdk v0.0.5 h1:gOzqVAnQYHjUYu5nCH/14rWxrIo3Wcd4olRgMejpeos=
github.com/harness-io/harness-go-sdk v0.0.5/go.mod h1:/5oCswBe0pg/6GAuviqJErMxGgQWx+/OOD7UQ74d1FY=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down

0 comments on commit 6dce255

Please sign in to comment.