OBS Source Service to download, verify and vendor Go module dependency sources

Edit Package obs-service-go_modules

Using go.mod and go.sum distributed with a Go application, the obs-service-go_modules service calls go mod download, go mod verify and go mod vendor. The service then creates vendor.tar.gz containing the vendor/ directory populated by go mod vendor, allowing Go application package builds without network access during the build stage.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000687 687 Bytes
_servicedata 0000000248 248 Bytes
obs-service-go_modules-0.6.3.tar.gz 0000015713 15.3 KB
obs-service-go_modules.changes 0000005505 5.38 KB
obs-service-go_modules.spec 0000002922 2.85 KB
Revision 8 (latest revision is 10)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1077010 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
- Update to version 0.6.3:
  * Rename new argument vendorfilename to vendorname
  * Fix default vendorfilename
  * make vendor tarball name configurable (#27)
  * Fix autodetection for zst/zstd confusion
  * README.md: hint on avoiding errors if local git clone already exists
  * README.md: add example for use of archive parameter
  * Format source with python black refs #29
  * Revert wrap of long lines flake8 recommends but black accepts refs #29
  * flake8 config black compat extend-ignore E501 line too long refs #29
  * Add GitHub CI action to run Black formatter on file go_modules
  * Flake8 A002 argument "dir" is shadowing a python builtin
  * Flake8 C413 Unnecessary reversed(sorted()) use sorted(reverse=True)
  * Flake8 C413 fix extraneous closing perentheses in sorted()
  * Flake8 C413 Unnecessary reversed(sorted()) use sorted(reverse=True)
  * Fix flake8 CI action YAML indent plugins: under with: key
Comments 0
openSUSE Build Service is sponsored by