mirror of
https://github.com/gabrie30/ghorg.git
synced 2025-08-07 14:57:23 +02:00
Bumps code.gitea.io/sdk/gitea from 0.15.1 to 0.16.0. --- updated-dependencies: - dependency-name: code.gitea.io/sdk/gitea dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 lines
398 B
Go
10 lines
398 B
Go
// Copyright 2016 The Gitea Authors. All rights reserved.
|
|
// Use of this source code is governed by a MIT-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package gitea implements a client for the Gitea API.
|
|
// The version corresponds to the highest supported version
|
|
// of the gitea API, but backwards-compatibility is mostly
|
|
// given.
|
|
package gitea // import "code.gitea.io/sdk/gitea"
|