golang-github-go-openapi-loads 0.21.1-3 source package in Ubuntu

Changelog

golang-github-go-openapi-loads (0.21.1-3) unstable; urgency=medium

  * Team upload.
  * Bump versioned dependencies as per go.mod
  * Reorder fields in debian/control and debian/copyright
  * Bundle github.com/go-openapi/swag v0.19.15 as vendor.
    TestYAMLToJSON and TestWithYKey in fmts/yaml_test.go
    currently fail with github.com/go-openapi/swag >= 0.22.0
    probably due to its recent migration to gopkg.in/yaml.v3
    while github.com/go-openapi/loads v0.21.1 still uses gopkg.in/yaml.v2
  * Bump Standards-Version to 4.6.2 (no change)

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

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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-go-openapi-loads_0.21.1-3.dsc 2.5 KiB 98ef6643e74207fbb792b6af5bf2faec97fe8f9982a293628879cd352490beb1
golang-github-go-openapi-loads_0.21.1.orig.tar.gz 60.4 KiB c58e37f26124ea76fe77c59dc23231c9c488740f72c2a80d495f8281e4c4c264
golang-github-go-openapi-loads_0.21.1-3.debian.tar.xz 24.3 KiB 7cca469a1302c942ed3f2e3878bf1f8f0f9b51c2061eaad62375e98f8d6d8efc

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-openapi-loads-dev: OpenAPI Specification object model

 This library implements the loading of OpenAPI specification documents
 from local or remote locations.
 .
 The OpenAPI Specification is a powerful definition format to describe
 RESTful APIs and creates a RESTful interface for easily developing and
 consuming an API.