Skip to content

Commit

Permalink
feat: update fit sdk version to 0.11.0 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Mar 30, 2024
1 parent 6a45f8f commit 62b71a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/wasm/activity-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/muktihari/openactivity-fit
go 1.20

require (
github.com/muktihari/fit v0.10.0
github.com/muktihari/fit v0.11.0
golang.org/x/text v0.13.0
)

Expand Down
4 changes: 2 additions & 2 deletions src/wasm/activity-service/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/muktihari/fit v0.10.0 h1:ob/z48Vy5guIWA3Z+uYWS8zlt5h3y3w7NcxYJDARef8=
github.com/muktihari/fit v0.10.0/go.mod h1:Y0S4wUVf9Kpv8IMwP31FGid7WtifT36mg+WMa8a4LqM=
github.com/muktihari/fit v0.11.0 h1:7c2yB4H6V+gPu9qoRTkwtVksAbcZMhOWlOuKOX9D6ok=
github.com/muktihari/fit v0.11.0/go.mod h1:Y0S4wUVf9Kpv8IMwP31FGid7WtifT36mg+WMa8a4LqM=
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
Expand Down

0 comments on commit 62b71a6

Please sign in to comment.