Skip to content

Commit

Permalink
Update Hamilton SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Dec 15, 2020
1 parent 058e93a commit 0d4a908
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 22 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -9,7 +9,7 @@ require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.3
github.com/manicminer/hamilton v0.0.0-20201214113833-69b33b22d310
github.com/manicminer/hamilton v0.0.0-20201215144252-45b848b5f3fc
)

go 1.14
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -250,6 +250,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/manicminer/hamilton v0.0.0-20201214113833-69b33b22d310 h1:xQ5fjkWxxPLWQCrwGs9GP1j2FNmrn618vOuHHzUGGzI=
github.com/manicminer/hamilton v0.0.0-20201214113833-69b33b22d310/go.mod h1:3+kIF2LZiDNEUtnO+r6FyFhYPebiZ3galn6Wwm5wKUU=
github.com/manicminer/hamilton v0.0.0-20201215144252-45b848b5f3fc h1:dufbyJUlLs9ard3GbQ3pDAHd728lr2Yw1MGxZeL8+zs=
github.com/manicminer/hamilton v0.0.0-20201215144252-45b848b5f3fc/go.mod h1:3+kIF2LZiDNEUtnO+r6FyFhYPebiZ3galn6Wwm5wKUU=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
Expand Down
9 changes: 6 additions & 3 deletions vendor/github.com/manicminer/hamilton/auth/auth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 24 additions & 13 deletions vendor/github.com/manicminer/hamilton/auth/azcli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/manicminer/hamilton/auth/claims.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions vendor/github.com/manicminer/hamilton/auth/http.go

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -249,7 +249,7 @@ github.com/jstemmer/go-junit-report/formatter
github.com/jstemmer/go-junit-report/parser
# github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
github.com/kevinburke/ssh_config
# github.com/manicminer/hamilton v0.0.0-20201214113833-69b33b22d310
# github.com/manicminer/hamilton v0.0.0-20201215144252-45b848b5f3fc
## explicit
github.com/manicminer/hamilton/auth
github.com/manicminer/hamilton/auth/microsoft
Expand Down

0 comments on commit 0d4a908

Please sign in to comment.