Skip to content

Commit

Permalink
Update all dependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-engineering-bot authored Sep 22, 2023
1 parent 085e346 commit 926adcc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Set up gotestfmt
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module go.flow.arcalot.io/expressions

go 1.18

require go.arcalot.io/assert v1.3.0
require go.arcalot.io/assert v1.6.0

require go.flow.arcalot.io/pluginsdk v0.1.2
require go.flow.arcalot.io/pluginsdk v0.4.1
13 changes: 5 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
go.arcalot.io/assert v1.3.0 h1:+uQex4s9gezATpTyFxUY5dlAcrwI1Me5fSmdcydGHho=
go.arcalot.io/assert v1.3.0/go.mod h1:Xy3ScX0p9IMY89gdsgexOKxnmDr0nGHG9dV7p8Uxg7w=
go.flow.arcalot.io/pluginsdk v0.1.1-0.20230317070134-462e49b0ffd0 h1:C4qczXIZrHfQ7LECIMze0SXuhKbcyswlxVUzRQWh8JM=
go.flow.arcalot.io/pluginsdk v0.1.1-0.20230317070134-462e49b0ffd0/go.mod h1:ceY4HhUbnhZyQa3C7lXu25TNVCbsWGuYZapsV5RuIrk=
go.flow.arcalot.io/pluginsdk v0.1.1 h1:dFyjaNEW/tuosHpYCb9BJLWIm5ohvXmtv6GqJn8yekE=
go.flow.arcalot.io/pluginsdk v0.1.1/go.mod h1:ceY4HhUbnhZyQa3C7lXu25TNVCbsWGuYZapsV5RuIrk=
go.flow.arcalot.io/pluginsdk v0.1.2 h1:zYtSlQCdHZ2fMF24ueboZpHp28k6TONOIhh1GJ49CGk=
go.flow.arcalot.io/pluginsdk v0.1.2/go.mod h1:ceY4HhUbnhZyQa3C7lXu25TNVCbsWGuYZapsV5RuIrk=
go.arcalot.io/assert v1.6.0 h1:iKA8SZZ1MRblMX5QAwwY5RbpR+VNyp//4IU7vo08Xu0=
go.arcalot.io/assert v1.6.0/go.mod h1:Xy3ScX0p9IMY89gdsgexOKxnmDr0nGHG9dV7p8Uxg7w=
go.flow.arcalot.io/pluginsdk v0.4.1 h1:sooyHRNCH/EIQJe+842qZJAgXHuffclFbc3hPMgbhCc=
go.flow.arcalot.io/pluginsdk v0.4.1/go.mod h1:8Gp8Q0Eo0s+2I4nNl3uQ95jPi2zFKEX7JqyjhmK7BiI=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 comments on commit 926adcc

Please sign in to comment.