Skip to content

Commit

Permalink
update github.com/gin-gonic/gin
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
  • Loading branch information
eternal-flame-AD committed Jul 17, 2024
1 parent 072f1e4 commit 81560cc
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/follow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Check upstream releases

on:
schedule:
- cron: '0 0 * * *'

jobs:
check-upstream:
runs-on: ubuntu-latest

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

- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16

- name: Run Go project
run: go run ./upstream-follower/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

9 changes: 8 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@ module github.com/eternal-flame-AD/gotify-broadcast
go 1.16

require (
github.com/gin-gonic/gin v1.8.1
github.com/bytedance/sonic v1.11.9 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/gin-gonic/gin v1.10.0
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gotify/plugin-api v1.0.0
github.com/gotify/server/v2 v2.3.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c
golang.org/x/net v0.27.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
Loading

0 comments on commit 81560cc

Please sign in to comment.