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/C-Sto/BananaPhone commit hash to 2a74611 #37

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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/Binject/debug v0.0.0-20210312092933-6277045c2fdf // indirect
github.com/Binject/go-donut v0.0.0-20210701074227-67a31e2d883e
github.com/C-Sto/BananaPhone v0.0.0-20201003062936-916e63b713df
github.com/C-Sto/BananaPhone v0.0.0-20211005060230-2a74611e5ad0
github.com/GeertJohan/go.rice v1.0.2
github.com/gabriel-vasile/mimetype v1.3.1
github.com/google/uuid v1.2.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/C-Sto/BananaPhone v0.0.0-20201003062936-916e63b713df h1:0xMqCgH48h3CeCyMjLfW7B9/4qifjqmGNGn2B0UM244=
github.com/C-Sto/BananaPhone v0.0.0-20201003062936-916e63b713df/go.mod h1:QsEPWHZooj8uXL2YEdpQX+hDr00Plw7myenTiduBHRA=
github.com/C-Sto/BananaPhone v0.0.0-20211005060230-2a74611e5ad0 h1:3xhvvW212RqrLeGxuPGy3j074ueCTw/YnmQc44h4eOM=
github.com/C-Sto/BananaPhone v0.0.0-20211005060230-2a74611e5ad0/go.mod h1:QsEPWHZooj8uXL2YEdpQX+hDr00Plw7myenTiduBHRA=
github.com/GeertJohan/go.incremental v1.0.0/go.mod h1:6fAjUhbVuX1KcMD3c8TEgVUqmo4seqhv0i0kdATSkM0=
github.com/GeertJohan/go.rice v1.0.2 h1:PtRw+Tg3oa3HYwiDBZyvOJ8LdIyf6lAovJJtr7YOAYk=
github.com/GeertJohan/go.rice v1.0.2/go.mod h1:af5vUNlDNkCjOZeSGFgIJxDje9qdjsO6hshx0gTmZt4=
Expand Down