1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
module go.step.sm/linkedca
go 1.18
require (
github.com/stretchr/testify v1.8.1
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220929141241-1ce7b20da813 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|