Skip to content

Commit

Permalink
Mark exposed dependencies as direct
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Jul 8, 2021
1 parent bb13e12 commit 0e731a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hashgraph/hedera-protobufs-go
go 1.15

require (
github.com/golang/protobuf v1.5.2 // indirect
google.golang.org/grpc v1.39.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
github.com/golang/protobuf v1.5.2
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
)

0 comments on commit 0e731a9

Please sign in to comment.