Skip to content

Commit

Permalink
Use absolute latest bchutil
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Dec 20, 2024
1 parent be0d932 commit fb19ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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/davecgh/go-spew v1.1.1
github.com/dchest/siphash v1.2.3
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6
github.com/gcash/bchutil v0.0.0-20241114235659-49194ea139a9
github.com/gcash/bchutil v0.0.0-20241212050246-0c57b5a81c23
github.com/golang/glog v1.2.3
github.com/golang/protobuf v1.5.4
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ github.com/gcash/bchutil v0.0.0-20191012211144-98e73ec336ba/go.mod h1:nUIrcbbtEQ
github.com/gcash/bchutil v0.0.0-20200506001747-c2894cd54b33/go.mod h1:wB++2ZcHUvGLN1OgO9swBmJK1vmyshJLW9SNS+apXwc=
github.com/gcash/bchutil v0.0.0-20241114235659-49194ea139a9 h1:carHMO6Q8pr9JQo7IU2uP5tPlEgpjmvRPG+wolAjoZY=
github.com/gcash/bchutil v0.0.0-20241114235659-49194ea139a9/go.mod h1:9QnbwFX7W/A+bb9sOGd2D/Az2a4W2eQblJZs4/S62xo=
github.com/gcash/bchutil v0.0.0-20241212050246-0c57b5a81c23 h1:p/J8EkmPI7UqzbW9Izh8hRGck1ZBiYcnlLlF9udxV8s=
github.com/gcash/bchutil v0.0.0-20241212050246-0c57b5a81c23/go.mod h1:9QnbwFX7W/A+bb9sOGd2D/Az2a4W2eQblJZs4/S62xo=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=
github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M=
Expand Down

0 comments on commit fb19ae0

Please sign in to comment.