mirror of
https://github.com/Maronato/go-finger.git
synced 2026-05-11 15:26:16 +02:00
- Remove Gitea-specific "Fix docker sock permissions" step - actions/checkout: v2 → v4 - docker/setup-qemu-action: v1 → v3 - docker/setup-buildx-action: v1 → v3 - docker/login-action: v2 → v3 - docker/metadata-action: v4 → v5 - actions/cache: v3 → v4; remove Gitea-runner-specific Go module cache paths (/go/pkg/mod/, /tmp/.go-build-cache) — only buildx cache is relevant for Docker-only builds on GitHub Actions - docker/build-push-action: v2 → v5 https://claude.ai/code/session_01WSTmBCLVtmPMFqxCnjM9fh
10 lines
158 B
Modula-2
10 lines
158 B
Modula-2
module github.com/Maronato/go-finger
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/peterbourgon/ff/v4 v4.0.0-alpha.3
|
|
golang.org/x/sync v0.3.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|