Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Bump google.golang.org/protobuf from 1.25.0 to 1.33.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
github.com/GeertJohan/go.rice v1.0.0 // indirect
github.com/ains/go-test-html v0.0.0-20161021131355-c8eb28a2a5f2
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.5.0
github.com/google/uuid v1.1.2
github.com/illuscio-dev/docmodule-go v0.1.0
github.com/improbable-io/go-junit-report v0.0.0-20161011155305-8a980da7388d // indirect
Expand All @@ -15,5 +15,5 @@ require (
github.com/stretchr/testify v1.6.1
go.mongodb.org/mongo-driver v1.4.1
golang.org/x/tools v0.0.0-20200916195026-c9a70fc28ce3
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.33.0
)
Loading