Skip to content

Commit

Permalink
chore: update fit sdk version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari committed Mar 31, 2024
1 parent 62b71a6 commit d4bb537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.11.0
github.com/muktihari/fit v0.11.1
golang.org/x/text v0.13.0
)

Expand Down
2 changes: 2 additions & 0 deletions src/wasm/activity-service/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/muktihari/fit v0.11.0 h1:7c2yB4H6V+gPu9qoRTkwtVksAbcZMhOWlOuKOX9D6ok=
github.com/muktihari/fit v0.11.0/go.mod h1:Y0S4wUVf9Kpv8IMwP31FGid7WtifT36mg+WMa8a4LqM=
github.com/muktihari/fit v0.11.1 h1:1CZ9Nm0fTnRtuc8TnEpztg6QU2eoYvphrfUcIaIuLoM=
github.com/muktihari/fit v0.11.1/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 d4bb537

Please sign in to comment.