golang-github-hairyhenderson-go-codeowners 0.4.0-1 source package in Ubuntu

Changelog

golang-github-hairyhenderson-go-codeowners (0.4.0-1) unstable; urgency=medium

  * New upstream version 0.4.0
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Mon, 09 Oct 2023 16:33:40 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hairyhenderson-go-codeowners_0.4.0-1.dsc 2.4 KiB fa37de25d4de7b69bc0e3a821434158418549eb8a6565c45d398ad2c8ef548c2
golang-github-hairyhenderson-go-codeowners_0.4.0.orig.tar.gz 9.5 KiB 66f5052718b3deaee43eef3c34f089ac6ab32013ff86a04e6fb419b5f90bc087
golang-github-hairyhenderson-go-codeowners_0.4.0-1.debian.tar.xz 2.6 KiB bd6f80b27b013fe081e600ded26d21edf3b08216c8d4e94642b55be2aa06508a

No changes file available.

Binary packages built by this source

golang-github-hairyhenderson-go-codeowners-dev: Go package that finds and parses GitHub CODEOWNERS files

 go-codeowners is a Go package that finds and parses CODEOWNERS files;
 see https://help.github.com/articles/about-codeowners/
 .
 Features:
 .
  * operates on local repos
  * doesn't require a cloned repo (i.e. doesn't need a .git directory to
    be present at the repo's root)
  * can be called from within a repo (doesn't have to be at the root)
  * will find CODEOWNERS files in all documented locations: the repo's
    root, docs/, and .github/ (or .gitlab/ for GitLab repos)