Skip to content

Commit

Permalink
bump gravity bridge module to latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Jan 31, 2022
1 parent 097130e commit 73aff20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/peggyjv/gravity-bridge/module v0.3.4
github.com/peggyjv/gravity-bridge/module v0.3.9-0.20220128144202-d52551b27f65
github.com/rakyll/statik v0.1.7
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,8 @@ github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144T
github.com/paulbellamy/ratecounter v0.2.0/go.mod h1:Hfx1hDpSGoqxkVVpBi/IlYD7kChlfo5C6hzIHwPqfFE=
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/peggyjv/gravity-bridge/module v0.3.4 h1:a3Nfcw8dM97sv5kOoF97NvnigB2rw1+dj84Bhuk94vg=
github.com/peggyjv/gravity-bridge/module v0.3.4/go.mod h1:IFm0SoZGHzA8c6NH3YyRSl2sGT7qdxY+DimCrP2+J+4=
github.com/peggyjv/gravity-bridge/module v0.3.9-0.20220128144202-d52551b27f65 h1:2Vn/V8JJbqrhO0CWJGdH0a4D3dgFXHKj7uQKd3Pyog4=
github.com/peggyjv/gravity-bridge/module v0.3.9-0.20220128144202-d52551b27f65/go.mod h1:IFm0SoZGHzA8c6NH3YyRSl2sGT7qdxY+DimCrP2+J+4=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=
Expand Down
6 changes: 3 additions & 3 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3098,13 +3098,13 @@
sha256 = "0f146yjqwx2mr110kl8scjhqd08hys7vr5z0d0a3lskb6yy22gfg"

["github.com/peggyjv/gravity-bridge/module"]
sumVersion = "v0.3.4"
sumVersion = "v0.3.9-0.20220128144202-d52551b27f65"
relPath = "module"
["github.com/peggyjv/gravity-bridge/module".fetch]
type = "git"
url = "https://github.com/peggyjv/gravity-bridge"
rev = "19ba1cc74d0fdfd7ba9f3cfcdad354c7259030bc"
sha256 = "1kg44miw8z3ydmrzpzlahkwdrqv8lm94b00kl2dvkcwhnga490zd"
rev = "d52551b27f6553feb0519f2ff0013b151fd2bf8d"
sha256 = "02x7rji065fhys2bnprh61w6crm91ikq0rk3bsjaichmhrmc2vyk"

["github.com/pelletier/go-toml"]
sumVersion = "v1.9.4"
Expand Down

0 comments on commit 73aff20

Please sign in to comment.