Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: namely/docker-protoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e3f9c1ab7426aa3dd8fb4405dd8841ade302358c
Choose a base ref
..
head repository: namely/docker-protoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40fa992c92248e11a721a814af3a1308bbd4a492
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 gwy/templates/go.mod.tmpl
2 changes: 1 addition & 1 deletion gwy/templates/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -9,6 +9,6 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.14.0
google.golang.org/grpc v1.69.2
google.golang.org/grpc v1.69.4
google.golang.org/protobuf v1.28.1
)