Skip to content

Commit

Permalink
fix: making sure to use the branch for the underlying library to get …
Browse files Browse the repository at this point in the history
…details on binary execution states
  • Loading branch information
shairozan committed Dec 28, 2023
1 parent 27c53ea commit 4bbbecc
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 @@ -4,7 +4,7 @@ go 1.13

require (
github.com/mattn/goveralls v0.0.8 // indirect
github.com/metrumresearchgroup/gogridengine v0.0.1
github.com/metrumresearchgroup/gogridengine v0.0.2-0.20231228183543-e3c94448505d
github.com/prometheus/client_golang v1.2.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0j
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/metrumresearchgroup/gogridengine v0.0.1 h1:QG+ynp0mC7ydrZOsIIRYl87bwzfb2UEFfB5KbUgHuv4=
github.com/metrumresearchgroup/gogridengine v0.0.1/go.mod h1:opfxgPaKkfTsV5EbwTkH3oUMAyJE7VL1twLdhEPXorg=
github.com/metrumresearchgroup/gogridengine v0.0.2-0.20231228183543-e3c94448505d h1:KO+xuVLl2jTQ7VCwAxvyz3kvJyi8qfYho82Qot+aG7o=
github.com/metrumresearchgroup/gogridengine v0.0.2-0.20231228183543-e3c94448505d/go.mod h1:opfxgPaKkfTsV5EbwTkH3oUMAyJE7VL1twLdhEPXorg=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=
Expand Down

0 comments on commit 4bbbecc

Please sign in to comment.