...

Text file src/go.einride.tech/aip/go.mod

Documentation: go.einride.tech/aip

     1module go.einride.tech/aip
     2
     3go 1.19
     4
     5require (
     6	github.com/google/uuid v1.6.0
     7	github.com/stoewer/go-strcase v1.3.0
     8	google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80
     9	google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
    10	google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
    11	google.golang.org/grpc v1.62.1
    12	google.golang.org/protobuf v1.33.0
    13	gotest.tools/v3 v3.5.1
    14)
    15
    16require (
    17	github.com/golang/protobuf v1.5.3 // indirect
    18	github.com/google/go-cmp v0.6.0 // indirect
    19	golang.org/x/net v0.20.0 // indirect
    20	golang.org/x/sys v0.16.0 // indirect
    21	golang.org/x/text v0.14.0 // indirect
    22)

View as plain text