diff --git a/.gitea/workflows/verify.yml b/.gitea/workflows/verify.yml index 79cc00a..85fbed8 100644 --- a/.gitea/workflows/verify.yml +++ b/.gitea/workflows/verify.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout code - uses: https://dock-it.dev/actions/checkout@v4 + uses: https://dock-it.dev/actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Set up Go - uses: https://dock-it.dev/actions/setup-go@v5 + uses: https://dock-it.dev/actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version-file: go.mod cache: true diff --git a/go.mod b/go.mod index bab1094..2d0b2d8 100644 --- a/go.mod +++ b/go.mod @@ -1,25 +1,28 @@ module maintainarr -go 1.25.7 +go 1.26.4 + +require ( + github.com/go-chi/chi/v5 v5.3.0 + github.com/gorilla/sessions v1.4.0 + github.com/gorilla/websocket v1.5.3 + github.com/pquerna/otp v1.5.0 + github.com/robfig/cron/v3 v3.0.1 + github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e + golang.org/x/crypto v0.53.0 + modernc.org/sqlite v1.52.0 +) require ( github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect github.com/dustin/go-humanize v1.0.1 // indirect - github.com/go-chi/chi/v5 v5.3.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/gorilla/securecookie v1.1.2 // indirect - github.com/gorilla/sessions v1.4.0 // indirect - github.com/gorilla/websocket v1.5.3 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/ncruces/go-strftime v1.0.0 // indirect - github.com/pquerna/otp v1.5.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect - github.com/robfig/cron/v3 v3.0.1 // indirect - github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect - golang.org/x/crypto v0.53.0 // indirect golang.org/x/sys v0.46.0 // indirect modernc.org/libc v1.72.3 // indirect modernc.org/mathutil v1.7.1 // indirect modernc.org/memory v1.11.0 // indirect - modernc.org/sqlite v1.52.0 // indirect ) diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}