File tree 17 files changed +18
-20
lines changed
17 files changed +18
-20
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module code.gitea.io/gitea
3
3
go 1.18
4
4
5
5
require (
6
- code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b
6
+ code.gitea.io/gitea-vet v0.2.2
7
7
code.gitea.io/sdk/gitea v0.15.1
8
8
codeberg.org/gusted/mcaptcha v0.0.0-20220723083913-4f3072e1d570
9
9
gitea.com/go-chi/binding v0.0.0-20221013104517-b29891619681
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
65
65
cloud.google.com/go/storage v1.14.0 /go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo =
66
66
cloud.google.com/go/storage v1.22.1 /go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq6kuBTW58Y =
67
67
code.gitea.io/gitea-vet v0.2.1 /go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE =
68
- code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b h1:uv9a8eGSdQ8Dr4HyUcuHFfDsk/QuwO+wf+Y99RYdxY0 =
69
- code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b /go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE =
68
+ code.gitea.io/gitea-vet v0.2.2 h1:TEOV/Glf38iGmKzKP0EB++Z5OSL4zGg3RrAvlwaMuvk =
69
+ code.gitea.io/gitea-vet v0.2.2 /go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE =
70
70
code.gitea.io/sdk/gitea v0.11.3 /go.mod h1:z3uwDV/b9Ls47NGukYM9XhnHtqPh/J+t40lsUrR6JDY =
71
71
code.gitea.io/sdk/gitea v0.15.1 h1:WJreC7YYuxbn0UDaPuWIe/mtiNKTvLN8MLkaw71yx/M =
72
72
code.gitea.io/sdk/gitea v0.15.1 /go.mod h1:klY2LVI3s3NChzIk/MzMn7G1FHrfU7qd63iSMVoHRBA =
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package v1_19 //nolint
6
5
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package v1_19 //nolint
6
5
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package packages
6
5
Original file line number Diff line number Diff line change 13
13
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
14
// License for the specific language governing permissions and limitations
15
15
// under the License.
16
+ // SPDX-License-Identifier: Apache-2.0
16
17
17
18
// a middleware that generates and validates CSRF tokens.
18
19
Original file line number Diff line number Diff line change 13
13
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
// See the License for the specific language governing permissions and
15
15
// limitations under the License.
16
+ // SPDX-License-Identifier: Apache-2.0
16
17
17
18
package context
18
19
Original file line number Diff line number Diff line change 13
13
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
// See the License for the specific language governing permissions and
15
15
// limitations under the License.
16
+ // SPDX-License-Identifier: Apache-2.0
16
17
17
18
package context
18
19
Original file line number Diff line number Diff line change 1
1
// Copyright 2020 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a BSD-style
2
+ // SPDX-License-Identifier: MIT
3
3
4
4
package json
5
5
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors.
2
2
// Copyright 2015 https://github.com/unknwon. Licensed under the Apache License, Version 2.0
3
+ // SPDX-License-Identifier: Apache-2.0
3
4
4
5
package paginator
5
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors.
2
2
// Copyright 2015 https://github.com/unknwon. Licensed under the Apache License, Version 2.0
3
+ // SPDX-License-Identifier: Apache-2.0
3
4
4
5
package paginator
5
6
Original file line number Diff line number Diff line change 13
13
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
14
// License for the specific language governing permissions and limitations
15
15
// under the License.
16
+ // SPDX-License-Identifier: Apache-2.0
16
17
17
18
package session
18
19
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package org
6
5
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package packages
6
5
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package setting
6
5
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package forms
6
5
Original file line number Diff line number Diff line change 1
1
// Copyright 2022 The Gitea Authors. All rights reserved.
2
- // Use of this source code is governed by a MIT-style
3
- // license that can be found in the LICENSE file.
2
+ // SPDX-License-Identifier: MIT
4
3
5
4
package container
6
5
You can’t perform that action at this time.
0 commit comments