github.com/emcfarlane/larking@v0.0.0-20220605172417-1704b45ee6c3/cmd/internal/bindings/bindings_aws.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 aws
     6  
     7  package bindings
     8  
     9  import (
    10  	_ "gocloud.dev/blob/s3blob"
    11  	_ "gocloud.dev/mysql/awsmysql"
    12  	_ "gocloud.dev/postgres/awspostgres"
    13  	_ "gocloud.dev/runtimevar/awsparamstore"
    14  	_ "gocloud.dev/runtimevar/awssecretsmanager"
    15  )