Skip to content

Commit

Permalink
Merge pull request #65 from ankushagarwal/master
Browse files Browse the repository at this point in the history
Add sqladmin import to proxy.go
  • Loading branch information
Carrotman42 authored Mar 8, 2017
2 parents 85f824e + 080fedd commit a3b9f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cloud_sql_proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (

"github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/fuse"
"github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/proxy"
sqladmin "google.golang.org/api/sqladmin/v1beta4"
)

// WatchInstances handles the lifecycle of local sockets used for proxying
Expand Down

0 comments on commit a3b9f68

Please sign in to comment.