Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 20, 2024
1 parent 91333f0 commit 6854092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languageserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/mapstructure v1.5.0
github.com/onflow/cadence v1.0.0-M7
github.com/onflow/cadence-tools/lint v1.0.0-M4.0.20240216203721-dff8cfad1b82
github.com/onflow/cadence-tools/lint v1.0.0-M4.0.20240220183749-b5b01d783f2f
github.com/onflow/cadence-tools/test v1.0.0-M3
github.com/onflow/flow-go-sdk v1.0.0-M4
github.com/onflow/flowkit/v2 v2.0.0-stable-cadence-alpha.2.0.20240214213743-ee40994a815f
Expand Down
2 changes: 2 additions & 0 deletions languageserver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,8 @@ github.com/onflow/cadence v1.0.0-M7 h1:hb4LK9lUbFdnDdfU8oqJGSVJtmkOzxwKomhmDcP/F
github.com/onflow/cadence v1.0.0-M7/go.mod h1:a4mccDU90hmuxCLUFzs9J/ANG/rYbFa36h4Z0bBAqNU=
github.com/onflow/cadence-tools/lint v1.0.0-M4.0.20240216203721-dff8cfad1b82 h1:W2kEoJWLd5ITWTuJUDlLO0UvobLlxDbRmV8bBOw8sVo=
github.com/onflow/cadence-tools/lint v1.0.0-M4.0.20240216203721-dff8cfad1b82/go.mod h1:vgKOF14/NwWktjsRKHlWEz8z/3uQu5nuqDzQOm+u2qY=
github.com/onflow/cadence-tools/lint v1.0.0-M4.0.20240220183749-b5b01d783f2f h1:FiYFU8IBZVsqYkofnisyJmu3d5alGwiZyJ4d6B8typY=
github.com/onflow/cadence-tools/lint v1.0.0-M4.0.20240220183749-b5b01d783f2f/go.mod h1:vgKOF14/NwWktjsRKHlWEz8z/3uQu5nuqDzQOm+u2qY=
github.com/onflow/cadence-tools/test v1.0.0-M3 h1:ZbKoMhXsvafJIOO/MVE7lV5INXfq2IL0Z+W2MsJnKwY=
github.com/onflow/cadence-tools/test v1.0.0-M3/go.mod h1:Yk6OyiRMNseM6C13FpNUxTJ7GekYZMzdX5D2B10y4N8=
github.com/onflow/crypto v0.25.0 h1:BeWbLsh3ZD13Ej+Uky6kg1PL1ZIVBDVX+2MVBNwqddg=
Expand Down

0 comments on commit 6854092

Please sign in to comment.