Skip to content

Commit

Permalink
INTG-3307 - added note field to schedule occurrences (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-gv authored Jun 12, 2024
1 parent b1ac087 commit 7beb700
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 @@ -3,7 +3,7 @@ module github.com/SafetyCulture/safetyculture-exporter-ui
go 1.22

require (
github.com/SafetyCulture/safetyculture-exporter v0.0.0-20240606060849-df2bfebbb286
github.com/SafetyCulture/safetyculture-exporter v0.0.0-20240612043751-350ee8a479ad
github.com/hashicorp/go-version v1.7.0
github.com/minio/selfupdate v0.6.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.1.0 h1:HCc0+LpPfpC
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.0/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
github.com/MickStanciu/go-fn v1.4.2 h1:Zlaqm84pf18pM/tWnUlya1vEMgTjqjUwnpX176w6tCY=
github.com/MickStanciu/go-fn v1.4.2/go.mod h1:5LFV5faY8xhhfoYNqOFSbREBGIOlTrFCsSLWd0d0w/k=
github.com/SafetyCulture/safetyculture-exporter v0.0.0-20240606060849-df2bfebbb286 h1:A+MdoQp5A3SfNbZfP+3+Oxvn7qltRVuOo3+604cz0OM=
github.com/SafetyCulture/safetyculture-exporter v0.0.0-20240606060849-df2bfebbb286/go.mod h1:7QudNHKpv1L5bKPrlMDQLnXxEd+aAIx6ZD6nW/fNjjQ=
github.com/SafetyCulture/safetyculture-exporter v0.0.0-20240612043751-350ee8a479ad h1:4Vy+nuOrvJzUW2OOwKSK1mi5x9RBh8YyiyllHQfwkuk=
github.com/SafetyCulture/safetyculture-exporter v0.0.0-20240612043751-350ee8a479ad/go.mod h1:7QudNHKpv1L5bKPrlMDQLnXxEd+aAIx6ZD6nW/fNjjQ=
github.com/bep/debounce v1.2.1 h1:v67fRdBA9UQu2NhLFXrSg0Brw7CexQekrBwDMM8bzeY=
github.com/bep/debounce v1.2.1/go.mod h1:H8yggRPQKLUhUoqrJC1bO2xNya7vanpDl7xR3ISbCJ0=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 7beb700

Please sign in to comment.