Skip to content

Commit

Permalink
Merge pull request #174 from alta/ydnar/buf
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar authored Oct 29, 2024
2 parents 4b84300 + c957ab0 commit aa5698f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

This module now requires [Go 1.21](https://go.dev/doc/go1.21) or higher.

### Added
- Added support for [buf.build](https://buf.build/alta/protopatch).

### Notes
- Changelog from here forward will only include major dependency updates.

Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ install:
tools: internal/tools/*.go
go generate --tags tools ./internal/tools

buf-login:
buf registry login buf.build

buf-push:
buf push

go_module = $(shell go list -m)
proto_files = $(sort $(shell find . -name '*.proto'))
proto_includes = \
Expand Down
6 changes: 6 additions & 0 deletions buf.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated by buf. DO NOT EDIT.
version: v2
deps:
- name: buf.build/envoyproxy/protoc-gen-validate
commit: daf171c6cdb54629b5f51e345a79e4dd
digest: b5:c745e1521879f43740230b1df673d0729f55704efefdcfc489d4a0a2d40c92a26cacfeab62813403040a8b180142d53b398c7ca784a065e43823605ee49681de
6 changes: 6 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: v2
modules:
- path: .
name: buf.build/alta/protopatch
deps:
- buf.build/envoyproxy/protoc-gen-validate

0 comments on commit aa5698f

Please sign in to comment.