Skip to content

build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ go 1.14

require (
github.com/fieldkit/app-protocol v0.0.0-20230706152129-9a8a1cea950c
github.com/fieldkit/atlas-protocol v0.0.0-20200303170218-9db763fe5163 // indirect
github.com/fieldkit/data-protocol v0.0.0-20230718181906-5db13c9c986f
github.com/golang/protobuf v1.5.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/robinpowered/go-proto v0.0.0-20160614142341-85ea3e1f1d3d
google.golang.org/protobuf v1.31.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
Loading