Skip to content

Commit

Permalink
gorums race condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johningve committed Aug 23, 2022
1 parent 5196107 commit 1ea03eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/mattn/go-isatty v0.0.14
github.com/mitchellh/go-homedir v1.1.0
github.com/mroth/weightedrand v0.4.1
github.com/relab/gorums v0.7.1-0.20220307181651-94a8af8e467c
github.com/relab/gorums v0.7.1-0.20220818130557-8533cb369cd6
github.com/relab/iago v0.0.0-20220416090249-bf984205c7a8
github.com/relab/wrfs v0.0.0-20220416082020-a641cd350078
github.com/spf13/cobra v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/relab/gorums v0.7.1-0.20220307181651-94a8af8e467c h1:zwhtqr8u1nKoOasB6a88N3pPrWv3Keg+dScV8ZAhXLk=
github.com/relab/gorums v0.7.1-0.20220307181651-94a8af8e467c/go.mod h1:dS1JU8uB1QgQie2bvRPeJWWmIFLPyl5IU50YfWpYVBE=
github.com/relab/gorums v0.7.1-0.20220818130557-8533cb369cd6 h1:azahqG2RhvhFvHiJ5JLhlX8+vViIVe4ZSD4VryHYvfE=
github.com/relab/gorums v0.7.1-0.20220818130557-8533cb369cd6/go.mod h1:dS1JU8uB1QgQie2bvRPeJWWmIFLPyl5IU50YfWpYVBE=
github.com/relab/iago v0.0.0-20220416090249-bf984205c7a8 h1:HbeM3xsbEE0pcnKc7E9EOTeWB0hmSaEIaxvgIbJxBso=
github.com/relab/iago v0.0.0-20220416090249-bf984205c7a8/go.mod h1:ADclchTQWqG3npAa68T6ueqID28bf+lNKi3j1I26Bgg=
github.com/relab/wrfs v0.0.0-20220416082020-a641cd350078 h1:JN5qn8C/HZoyMAycX6z6O0SeX+09CV3w3GcVNW70OZA=
Expand Down

0 comments on commit 1ea03eb

Please sign in to comment.