1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Migrate to maintained tink-go (#5886)

This commit is contained in:
Anbraten
2025-12-20 09:23:09 +01:00
committed by GitHub
parent 216878d13d
commit cdefb2842c
12 changed files with 129 additions and 16 deletions
+1 -1
View File
@@ -25,8 +25,8 @@ import (
"strings"
"time"
"github.com/google/tink/go/subtle/random"
"github.com/rs/zerolog/log"
"github.com/tink-crypto/tink-go/v2/subtle/random"
"github.com/urfave/cli/v3"
"go.woodpecker-ci.org/woodpecker/v3/server"