github.com/emcfarlane/larking@v0.0.0-20220605172417-1704b45ee6c3/cmd/internal/bindings/bindings_gcp.go (about) 1 // Copyright 2022 Edward McFarlane. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // +build gcp 6 7 package bindings 8 9 import ( 10 _ "gocloud.dev/blob/gcsblob" 11 _ "gocloud.dev/mysql/gcpmysql" 12 _ "gocloud.dev/postgres/gcppostgres" 13 _ "gocloud.dev/runtimevar/gcpruntimeconfig" 14 _ "gocloud.dev/runtimevar/gcpsecretmanager" 15 )