feat: update gitea vendor
runner nix smoke / nix label and flake smoke (push) Failing after 1m28s

This commit is contained in:
2026-09-26 21:18:24 +00:00
parent c439c1b948
commit d9b2a4e787
3538 changed files with 116131 additions and 44340 deletions
@@ -6,7 +6,7 @@ package optional_test
import (
"testing"
"code.gitea.io/gitea/modules/optional"
"gitea.dev/modules/optional"
"github.com/stretchr/testify/assert"
)
@@ -4,9 +4,9 @@
package optional
import (
"code.gitea.io/gitea/modules/json"
"gitea.dev/modules/json"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
)
func (o *Option[T]) UnmarshalJSON(data []byte) error {
@@ -7,11 +7,11 @@ import (
std_json "encoding/json" //nolint:depguard // for testing purpose
"testing"
"code.gitea.io/gitea/modules/json"
"code.gitea.io/gitea/modules/optional"
"gitea.dev/modules/json"
"gitea.dev/modules/optional"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
)
type testSerializationStruct struct {