Skip to content

Commit

Permalink
Merge pull request #140 from synfinatic/dependabot/go_modules/github.…
Browse files Browse the repository at this point in the history
…com/go-resty/resty/v2-2.16.5

Bump github.com/go-resty/resty/v2 from 2.15.1 to 2.16.5
  • Loading branch information
synfinatic authored Feb 5, 2025
2 parents e560e87 + 41c4b0a commit 2a50fca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,13 @@ jobs:

- name: Generate Coverage Report
run: |
make unittest
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh
make unittest
if [ -f ./coverage.out ]; then
echo "Coverage file exists."
else
echo "Coverage file does not exist."
exit 1
fi
- name: Perform CodeQL Analysis
uses: codecov/codecov-action@v5
Expand All @@ -167,5 +171,5 @@ jobs:
files: ./coverage.out
fail_ci_if_error: true
flags: unittests
token: '${{ secrets.CODECOV_TOKEN }}'
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.23

// when you update the Fyne version, also update the Makefile target
require (
github.com/alecthomas/kong v1.6.0
fyne.io/fyne/v2 v2.5.3
github.com/go-resty/resty/v2 v2.15.1
github.com/alecthomas/kong v1.6.0
github.com/go-resty/resty/v2 v2.16.5
github.com/libp2p/go-reuseport v0.4.0
github.com/mattn/go-colorable v0.1.13
github.com/relvacode/iso8601 v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a h1:vxnBhFDDT+xzxf1jTJKMKZw3H0swfWk9RpWbBbDK5+0=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-resty/resty/v2 v2.15.1 h1:vuna8FM2EaQ6IYbtjh+Gjh00uu7xEWuuGyTKeIaYkvE=
github.com/go-resty/resty/v2 v2.15.1/go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU=
github.com/go-resty/resty/v2 v2.16.5 h1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptdhTM=
github.com/go-resty/resty/v2 v2.16.5/go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA=
github.com/go-text/render v0.2.0 h1:LBYoTmp5jYiJ4NPqDc2pz17MLmA3wHw1dZSVGcOdeAc=
github.com/go-text/render v0.2.0/go.mod h1:CkiqfukRGKJA5vZZISkjSYrcdtgKQWRa2HIzvwNN5SU=
github.com/go-text/typesetting v0.2.0 h1:fbzsgbmk04KiWtE+c3ZD4W2nmCRzBqrqQOvYlwAOdho=
Expand Down

0 comments on commit 2a50fca

Please sign in to comment.