github.com/gravitational/teleport/api@v0.0.0-20240507183017-3110591cbafc/go.mod (about)

     1  module github.com/gravitational/teleport/api
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/coreos/go-semver v0.3.1
     7  	github.com/go-piv/piv-go v1.11.0
     8  	github.com/gobwas/ws v1.4.0
     9  	github.com/gogo/protobuf v1.3.2
    10  	github.com/google/go-cmp v0.6.0
    11  	github.com/google/uuid v1.6.0
    12  	github.com/gravitational/trace v1.4.0
    13  	github.com/jonboulle/clockwork v0.4.0
    14  	github.com/russellhaering/gosaml2 v0.9.1
    15  	github.com/stretchr/testify v1.9.0
    16  	go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0
    17  	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0
    18  	go.opentelemetry.io/otel v1.26.0
    19  	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0
    20  	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
    21  	go.opentelemetry.io/otel/metric v1.26.0
    22  	go.opentelemetry.io/otel/sdk v1.26.0
    23  	go.opentelemetry.io/otel/trace v1.26.0
    24  	go.opentelemetry.io/proto/otlp v1.2.0
    25  	golang.org/x/crypto v0.22.0
    26  	golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
    27  	golang.org/x/net v0.24.0
    28  	golang.org/x/term v0.19.0
    29  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda
    30  	google.golang.org/grpc v1.63.2
    31  	google.golang.org/protobuf v1.34.0
    32  	gopkg.in/yaml.v2 v2.4.0
    33  )
    34  
    35  require (
    36  	github.com/beevik/etree v1.3.0 // indirect
    37  	github.com/cenkalti/backoff/v4 v4.3.0 // indirect
    38  	github.com/davecgh/go-spew v1.1.1 // indirect
    39  	github.com/felixge/httpsnoop v1.0.4 // indirect
    40  	github.com/go-logr/logr v1.4.1 // indirect
    41  	github.com/go-logr/stdr v1.2.2 // indirect
    42  	github.com/gobwas/httphead v0.1.0 // indirect
    43  	github.com/gobwas/pool v0.2.1 // indirect
    44  	github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
    45  	github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
    46  	github.com/pmezard/go-difflib v1.0.0 // indirect
    47  	github.com/russellhaering/goxmldsig v1.4.0 // indirect
    48  	golang.org/x/sys v0.19.0 // indirect
    49  	golang.org/x/text v0.14.0 // indirect
    50  	google.golang.org/genproto/googleapis/api v0.0.0-20240325164216-beb30f47624b // indirect
    51  	gopkg.in/yaml.v3 v3.0.1 // indirect
    52  )