Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Jun 20, 2024
1 parent 803b05c commit 4f2b930
Show file tree
Hide file tree
Showing 5 changed files with 370 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.13
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Download dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/deluan/bring
go 1.13

require (
github.com/google/uuid v1.3.0
github.com/google/uuid v1.6.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.20.0
github.com/onsi/gomega v1.33.1
github.com/tfriedel6/canvas v0.12.1
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
golang.org/x/image v0.17.0
)
Loading

0 comments on commit 4f2b930

Please sign in to comment.