Skip to content

Commit

Permalink
feat: bump fit sdk version to v0.10.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Mar 14, 2024
1 parent cfbae18 commit 6a45f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.8.4
github.com/muktihari/fit v0.10.0
golang.org/x/text v0.13.0
)

Expand Down
6 changes: 2 additions & 4 deletions src/wasm/activity-service/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/muktihari/fit v0.8.2 h1:DkBWPvBw3whpTD688Q3qzv1RuOojyUkcNYtRbKZ1bMQ=
github.com/muktihari/fit v0.8.2/go.mod h1:Y0S4wUVf9Kpv8IMwP31FGid7WtifT36mg+WMa8a4LqM=
github.com/muktihari/fit v0.8.4 h1:+xeHZdVbZsX3SFfFQsdEaTw2MRx1BSesbyxj5qaAw90=
github.com/muktihari/fit v0.8.4/go.mod h1:Y0S4wUVf9Kpv8IMwP31FGid7WtifT36mg+WMa8a4LqM=
github.com/muktihari/fit v0.10.0 h1:ob/z48Vy5guIWA3Z+uYWS8zlt5h3y3w7NcxYJDARef8=
github.com/muktihari/fit v0.10.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 6a45f8f

Please sign in to comment.