091d9eae83
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.26.0 to 1.27.1. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.26.0...v1.27.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
126 B
Modula-2
9 lines
126 B
Modula-2
module github.com/dexidp/dex/api/v2
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
google.golang.org/grpc v1.36.1
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|