Skip to content

Commit

Permalink
Update SDK to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Oct 24, 2022
1 parent 9b1e4f0 commit f0360fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions driver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ require (

require (
github.com/atomix/runtime/api v0.7.0
github.com/atomix/runtime/primitives v0.7.0
github.com/atomix/runtime/sdk v0.7.1
github.com/atomix/runtime/primitives v0.7.1
github.com/atomix/runtime/sdk v0.7.2
)

require (
Expand Down
8 changes: 4 additions & 4 deletions driver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/atomix/runtime/api v0.7.0 h1:yCDoORQqk2rzWr9Eg/NrLFgOu4C/lR3D306IVWzr6ZQ=
github.com/atomix/runtime/api v0.7.0/go.mod h1:tjbd3w4yij89ZHCYdQUbmvZMC0HoHQQ/3/gVzQuOCH0=
github.com/atomix/runtime/primitives v0.7.0 h1:EtHUAlI8OqGKuHkr5iS88lAxTNZURiOcyo6d4EscX2s=
github.com/atomix/runtime/primitives v0.7.0/go.mod h1:uddhZgseEmQi81FCQW/ty02qNXFmB2bdnsfY5ypmlEE=
github.com/atomix/runtime/sdk v0.7.1 h1:TbVHetojOWyEz8ORFKzU1L7MgQLz18ves+24fY+ytUg=
github.com/atomix/runtime/sdk v0.7.1/go.mod h1:CIxhWG1UkcWL82+XJ1wwynz1T5k4nYTZdwNlWp8IMd8=
github.com/atomix/runtime/primitives v0.7.1 h1:/7ADOy3Szg8KORXnWqfc+NtKskpVws70Av4eK2tR+Dg=
github.com/atomix/runtime/primitives v0.7.1/go.mod h1:h8v83uoIemYNTF6wvupRxrwFPGFCl1VvK2E2s8N2tok=
github.com/atomix/runtime/sdk v0.7.2 h1:P4DNrnlwGYrF4jC892ugL1Cn5TGTlQoPhF05lhIEjXs=
github.com/atomix/runtime/sdk v0.7.2/go.mod h1:CIxhWG1UkcWL82+XJ1wwynz1T5k4nYTZdwNlWp8IMd8=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/bits-and-blooms/bitset v1.2.0 h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=
Expand Down

0 comments on commit f0360fa

Please sign in to comment.