Skip to content
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

Update github.com/ghettovoice/gosip commit hash to b7e5715 #63

Merged
merged 1 commit into from
Oct 14, 2021
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go/firestore v1.5.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/c-bata/go-prompt v0.2.6
github.com/ghettovoice/gosip v0.0.0-20210621140811-94442dfb3c1d
github.com/ghettovoice/gosip v0.0.0-20210827121311-b7e571547d75
github.com/google/uuid v1.2.0
github.com/kr/pretty v0.2.0 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ github.com/ghettovoice/gosip v0.0.0-20210615141441-6aacd91ab132 h1:jZ6bY8ceBMkx4
github.com/ghettovoice/gosip v0.0.0-20210615141441-6aacd91ab132/go.mod h1:yTr3BEYSFe9As6XM7ldyrVgqsPwlnw8Ahc4N28VFM2g=
github.com/ghettovoice/gosip v0.0.0-20210621140811-94442dfb3c1d h1:5b8nxjMgOw41/lNDvVR7IzMotkCZLH7L369RkFPi15k=
github.com/ghettovoice/gosip v0.0.0-20210621140811-94442dfb3c1d/go.mod h1:yTr3BEYSFe9As6XM7ldyrVgqsPwlnw8Ahc4N28VFM2g=
github.com/ghettovoice/gosip v0.0.0-20210827121311-b7e571547d75 h1:LEjRjLXf9hjDK0WPYQUgy+WTC8IX7cQeosTCaE1FU9U=
github.com/ghettovoice/gosip v0.0.0-20210827121311-b7e571547d75/go.mod h1:yTr3BEYSFe9As6XM7ldyrVgqsPwlnw8Ahc4N28VFM2g=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
Expand Down