Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
martensson committed Nov 8, 2019
1 parent 059e849 commit 27665ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.13

require (
github.com/hashicorp/terraform v0.12.10
github.com/nrkno/terraform-provider-lastpass/lastpass v0.0.0-20190909114509-cadf4c4d528a
github.com/nrkno/terraform-provider-lastpass/lastpass v0.0.0-20191106075641-0b3a7f6bbf0d
github.com/sethvargo/go-password v0.1.2
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nrkno/terraform-provider-lastpass/lastpass v0.0.0-20190909114509-cadf4c4d528a h1:91tCKMEpYp/rCdWSBv/jbwjlEhp7X+GHtoZK4T+1EYg=
github.com/nrkno/terraform-provider-lastpass/lastpass v0.0.0-20190909114509-cadf4c4d528a/go.mod h1:z5iXfrz46PoTqX+8vLzTYIpha60klaoHvfxe0IQUscs=
github.com/nrkno/terraform-provider-lastpass/lastpass v0.0.0-20191106075641-0b3a7f6bbf0d h1:Wk6xAeA0/YivaGF/HgHiJA4Sx5gEwAI1qbszFKYUGnI=
github.com/nrkno/terraform-provider-lastpass/lastpass v0.0.0-20191106075641-0b3a7f6bbf0d/go.mod h1:6RmB7I4J9QIXriZMPhDeb4hi6NCB9F+DvuDCr9KGz/Q=
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d h1:VhgPp6v9qf9Agr/56bj7Y/xa04UccTW04VP0Qed4vnQ=
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d/go.mod h1:YUTz3bUH2ZwIWBy3CJBeOBEugqcmXREj14T+iG/4k4U=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
Expand Down

0 comments on commit 27665ff

Please sign in to comment.