Skip to content

Commit

Permalink
Merge pull request #129 from media-streaming-mesh/fix_go_mod
Browse files Browse the repository at this point in the history
fix go.mod require
  • Loading branch information
gilesheron authored May 10, 2024
2 parents 4f61ef8 + 617a0de commit 2f22136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
)

require (
github.com/coreos/go-semver v0.3.1 // indirect
Expand Down

0 comments on commit 2f22136

Please sign in to comment.