github.com/renbou/grpcbridge@v0.0.2-0.20240416012907-bcbd8b12648a/go.mod (about)

     1  module github.com/renbou/grpcbridge
     2  
     3  go 1.22.2
     4  
     5  require (
     6  	github.com/google/go-cmp v0.6.0
     7  	github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
     8  	github.com/hashicorp/hcl/v2 v2.20.1
     9  	go.uber.org/goleak v1.3.0
    10  	golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
    11  	google.golang.org/genproto/googleapis/api v0.0.0-20240412170617-26222e5d3d56
    12  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240412170617-26222e5d3d56
    13  	google.golang.org/grpc v1.63.2
    14  	google.golang.org/protobuf v1.33.0
    15  )
    16  
    17  require (
    18  	github.com/agext/levenshtein v1.2.3 // indirect
    19  	github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
    20  	github.com/mitchellh/go-wordwrap v1.0.1 // indirect
    21  	github.com/stretchr/testify v1.9.0 // indirect
    22  	github.com/zclconf/go-cty v1.14.4 // indirect
    23  	golang.org/x/mod v0.17.0 // indirect
    24  	golang.org/x/net v0.24.0 // indirect
    25  	golang.org/x/sync v0.7.0 // indirect
    26  	golang.org/x/sys v0.19.0 // indirect
    27  	golang.org/x/text v0.14.0 // indirect
    28  	golang.org/x/tools v0.20.0 // indirect
    29  )