ghorg/vendor/code.gitea.io/sdk/gitea/doc.go
dependabot[bot] 1b28861775
Bump code.gitea.io/sdk/gitea from 0.15.1 to 0.16.0 (#367)
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>
2023-11-02 17:35:52 -07:00

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"