Skip to content

Commit

Permalink
use maintained version of uuid pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cook authored and Michael Cook committed Aug 15, 2018
1 parent 5440b8d commit 29df087
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apigee/resource_api_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"strings"

"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion apigee/resource_api_proxy_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package apigee

import (
"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion apigee/resource_company.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package apigee

import (
"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion apigee/resource_company_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package apigee

import (
"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion apigee/resource_developer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package apigee

import (
"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion apigee/resource_developer_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package apigee

import (
"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion apigee/resource_product.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package apigee

import (
"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion apigee/resource_target_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package apigee

import (
"fmt"
"github.com/gofrs/uuid"
"github.com/hashicorp/terraform/helper/schema"
"github.com/satori/go.uuid"
"github.com/zambien/go-apigee-edge"
"log"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import:
- helper/schema
- plugin
- terraform
- package: github.com/satori/go.uuid
- package: github.com/gofrs/uuid
- package: github.com/zambien/go-apigee-edge
- package: github.com/bgentry/go-netrc/netrc
- package: github.com/google/go-querystring/query

0 comments on commit 29df087

Please sign in to comment.