17
0

41 Commits

Author SHA256 Message Date
5a410b4b43 Accepting request 1280345 from devel:languages:go
- Update to version 0.6.9:
  * Implement go mod edit -require using _service params (forwarded request 1280343 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1280345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=17
2025-05-27 16:42:41 +00:00
0dad0d530f - Update to version 0.6.9:
* Implement go mod edit -require using _service params

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=40
2025-05-26 18:52:35 +00:00
a8f6f948d3 Accepting request 1279150 from devel:languages:go
- Update to version 0.6.8:
  * Implement go mod edit -replace using _service params refs #57
  * cmd_go_mod() use list for arg cmd and new arg subcmd refs #57 (forwarded request 1279146 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1279150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=16
2025-05-22 14:55:58 +00:00
4ad7cae477 - Update to version 0.6.8:
* Implement go mod edit -replace using _service params refs #57
  * cmd_go_mod() use list for arg cmd and new arg subcmd refs #57

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=38
2025-05-22 04:50:22 +00:00
a05b216d00 - Update to version 0.6.7:
* archive_autodetect() match archive files before dir refs #66 #69 #73
  * Ensure some level of compatibility with older libarchive
  * archive_autodetect docstring add .obscpio to format list
  * Format with python black
  * Fix using go.mod of toplevel

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=37
2025-05-21 04:27:53 +00:00
5641b472ea Accepting request 1270856 from devel:languages:go
- Packaging improvements:
  * Fixes boo#1241065: Update Requires: python3-libarchive-c >= 4
    adding minimum version to ensure API compatibility new function
    signature first released in python3-libarchive-c version 4.0:
    old: new_archive_read_disk(path, **kw)
    new: with new_archive_read_disk(path, flags, lookup)
    Runtime error raised:
    TypeError: new_archive_read_disk() got an unexpected keyword argument 'mtime' (forwarded request 1270831 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1270856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=15
2025-04-20 07:35:09 +00:00
9b00356ce7 - Packaging improvements:
* Fixes boo#1241065: Update Requires: python3-libarchive-c >= 4
    adding minimum version to ensure API compatibility new function
    signature first released in python3-libarchive-c version 4.0:
    old: new_archive_read_disk(path, **kw)
    new: with new_archive_read_disk(path, flags, lookup)
    Runtime error raised:
    TypeError: new_archive_read_disk() got an unexpected keyword argument 'mtime'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=35
2025-04-18 14:16:58 +00:00
b7c68194cb Accepting request 1269022 from devel:languages:go
- Update to version 0.6.6:
  * Preserve symlinks on shutil.copytree archive to tempdir refs #66 (forwarded request 1269021 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1269022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=14
2025-04-14 10:58:30 +00:00
f2d417dd1b - Update to version 0.6.6:
* Preserve symlinks on shutil.copytree archive to tempdir refs #66

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=33
2025-04-13 17:32:05 +00:00
d152595eec Accepting request 1268025 from devel:languages:go
- Update to version 0.6.5:
  * feat: allow `archive` be name of the subdirectory
  * ignore directories containing '.git' when searching for the basename (#51)
  * doc(README): osc service disabled has been disabled
  * Make output archives more reproducible

- Packaging improvements:
  * _service tar_scm url use .git extension by convention (forwarded request 1268024 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1268025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=13
2025-04-09 19:50:24 +00:00
c37a6e36ea - Update to version 0.6.5:
* feat: allow `archive` be name of the subdirectory
  * ignore directories containing '.git' when searching for the basename (#51)
  * doc(README): osc service disabled has been disabled
  * Make output archives more reproducible

- Packaging improvements:
  * _service tar_scm url use .git extension by convention

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=31
2025-04-09 05:26:03 +00:00
ae051c2e8b Accepting request 1256317 from devel:languages:go
- Update go toolchain to Requires: golang(API) >= 1.24
  Refs boo#1240130
  * Recent go toolchain versions enforce use of the minimum
    toolchain version specified in go.mod
  * Minimum toolchain requirements are in effect for go commands as
    well as unit compilation
  * Users running a version older than specified may see error:
    go: go.mod requires go >= 1.24.1 (running go 1.22.2; GOTOOLCHAIN=local)
  * This package and others which call go toolchain commands will
    need timely updates to the latest version
  * Closes https://github.com/openSUSE/obs-service-go_modules/issues/62 (forwarded request 1256304 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1256317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=12
2025-03-27 21:32:04 +00:00
3bb55020b6 - Update go toolchain to Requires: golang(API) >= 1.24
Refs boo#1240130
  * Recent go toolchain versions enforce use of the minimum
    toolchain version specified in go.mod
  * Minimum toolchain requirements are in effect for go commands as
    well as unit compilation
  * Users running a version older than specified may see error:
    go: go.mod requires go >= 1.24.1 (running go 1.22.2; GOTOOLCHAIN=local)
  * This package and others which call go toolchain commands will
    need timely updates to the latest version
  * Closes https://github.com/openSUSE/obs-service-go_modules/issues/62

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=29
2025-03-26 19:33:15 +00:00
3afc6cbcac Accepting request 1183516 from devel:languages:go
- Update go toolchain to Requires: golang(API) >= 1.22
  * Recent go toolchain versions enforce use of the minimum
    toolchain version specified in go.mod
  * Minimum toolchain requirements are in effect for go commands as
    well as unit compilation
  * Users running a version older than specified may see error:
    go: go.mod requires go >= 1.22 (running go 1.21.10; GOTOOLCHAIN=local)
  * This package and others which call go toolchain commands will
    need timely updates to the latest version
  * Reported by Sheng Huang (psheng)
  * Closes https://github.com/openSUSE/obs-service-go_modules/issues/49 (forwarded request 1183515 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1183516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=11
2024-06-27 14:04:20 +00:00
04da4429db - Update go toolchain to Requires: golang(API) >= 1.22
* Recent go toolchain versions enforce use of the minimum
    toolchain version specified in go.mod
  * Minimum toolchain requirements are in effect for go commands as
    well as unit compilation
  * Users running a version older than specified may see error:
    go: go.mod requires go >= 1.22 (running go 1.21.10; GOTOOLCHAIN=local)
  * This package and others which call go toolchain commands will
    need timely updates to the latest version
  * Reported by Sheng Huang (psheng)
  * Closes https://github.com/openSUSE/obs-service-go_modules/issues/49

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=27
2024-06-27 04:15:54 +00:00
30ccbc773a Accepting request 1120424 from devel:languages:go
- Update to version 0.6.4:
  * go_modules: allow globbing in the "archive" name field
  * Reformat with black 23.x
- Packaging improvements:
  * _service change disabled to manual per osc deprecation warning:
    WARNING: Command 'disabledrun/dr' is obsolete, please convert
    your _service to use 'manual' and then 'manualrun/mr' instead. (forwarded request 1120423 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1120424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=10
2023-10-26 15:14:30 +00:00
59ffeccd4b Accepting request 1120423 from home:jfkw:branches:devel:languages:go
- Update to version 0.6.4:
  * go_modules: allow globbing in the "archive" name field
  * Reformat with black 23.x
- Packaging improvements:
  * _service change disabled to manual per osc deprecation warning:
    WARNING: Command 'disabledrun/dr' is obsolete, please convert
    your _service to use 'manual' and then 'manualrun/mr' instead.

OBS-URL: https://build.opensuse.org/request/show/1120423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=25
2023-10-26 05:10:28 +00:00
cd6a272f68 Accepting request 1116359 from devel:languages:go
- Require go1.21 to make sure it works with go.mod files that contain a three-digit-version (e.g. 1.21.1)
- Use BuildRequires: golang(API) >= 1.21 instead of go >= 1.21
  * The recommended Go toolchain dependency expression is
    BuildRequires: golang(API) >= 1.x or optionally the metapackage
    BuildRequires: go
  * The go metapackage points to a single go version that
    increments at a date TBD after each go1.x major release. The
    expression golang(API) is available immediately upon each go1.x
    major release and is stable for expressing the minimum version
    or a temporarily pinned version.
  * Refs boo#1214933
  * Refs https://github.com/openSUSE/obs-service-go_modules/issues/33 (forwarded request 1116356 from jfkw) (forwarded request 1116358 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1116359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=9
2023-10-10 18:59:12 +00:00
c931be01f0 Accepting request 1116358 from home:jfkw:branches:devel:languages:go
- Require go1.21 to make sure it works with go.mod files that contain a three-digit-version (e.g. 1.21.1)
- Use BuildRequires: golang(API) >= 1.21 instead of go >= 1.21
  * The recommended Go toolchain dependency expression is
    BuildRequires: golang(API) >= 1.x or optionally the metapackage
    BuildRequires: go
  * The go metapackage points to a single go version that
    increments at a date TBD after each go1.x major release. The
    expression golang(API) is available immediately upon each go1.x
    major release and is stable for expressing the minimum version
    or a temporarily pinned version.
  * Refs boo#1214933
  * Refs https://github.com/openSUSE/obs-service-go_modules/issues/33 (forwarded request 1116356 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1116358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=23
2023-10-09 04:56:44 +00:00
d704bb74e5 Accepting request 1116356 from home:jfkw:branches:devel:languages:go
- Use BuildRequires: golang(API) >= 1.21 instead of go >= 1.21
  * The recommended Go toolchain dependency expression is
    BuildRequires: golang(API) >= 1.x or optionally the metapackage
    BuildRequires: go
  * The go metapackage points to a single go version that
    increments at a date TBD after each go1.x major release. The
    expression golang(API) is available immediately upon each go1.x
    major release and is stable for expressing the minimum version
    or a temporarily pinned version.
  * Refs https://github.com/openSUSE/obs-service-go_modules/issues/33

OBS-URL: https://build.opensuse.org/request/show/1116356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=22
2023-10-09 04:42:54 +00:00
8bedc4f60c Accepting request 1116159 from home:ojkastl_buildservice:branches:devel:languages:go
Require go1.21 to make sure it works with go.mod files that contain a three-digit-version (e.g. 1.21.1)

OBS-URL: https://build.opensuse.org/request/show/1116159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=21
2023-10-09 04:19:16 +00:00
0beedfbc97 Accepting request 1077010 from devel:languages:go
- 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

OBS-URL: https://build.opensuse.org/request/show/1077010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=8
2023-04-03 15:47:18 +00:00
70e1e15652 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=19
2023-04-03 13:56:47 +00:00
31f513bc44 Accepting request 1074630 from devel:languages:go
- Update to version 0.6.2:
  * Better skipping of non-compressed archive extensions (like .tar.gz.asc)
  * Adjust flake8 settings to match what black is doing
  * fix flake8 errors and add flake8 Github Action (#28)

OBS-URL: https://build.opensuse.org/request/show/1074630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=7
2023-03-27 16:17:27 +00:00
9912c995c9 - Update to version 0.6.2:
* Better skipping of non-compressed archive extensions (like .tar.gz.asc)
  * Adjust flake8 settings to match what black is doing
  * fix flake8 errors and add flake8 Github Action (#28)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=17
2023-03-27 09:40:18 +00:00
74ace89667 Accepting request 1068974 from devel:languages:go
(CVE-2022-45155, bsc#1201138, bsc#1201140). (forwarded request 1068711 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1068974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=6
2023-03-02 22:04:14 +00:00
7fc1110904 Accepting request 1068711 from home:eeich:branches:devel:languages:go
(CVE-2022-45155, bsc#1201138, bsc#1201140).

OBS-URL: https://build.opensuse.org/request/show/1068711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=15
2023-03-02 15:56:53 +00:00
dab3990fa6 Accepting request 1068651 from home:jfkw:branches:devel:languages:go
- Update to version 0.6.1:
  * README for pull requests enable maintainer edit permissions
  * Fix parser errors in service file XML formedness and special chars

OBS-URL: https://build.opensuse.org/request/show/1068651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=14
2023-03-02 09:57:28 +00:00
0b335c94da Accepting request 1067956 from devel:languages:go
- Update to version 0.6.0:
  * Make service arg subdir optional
  * exit(1) immediately in extract() exception handler after recording error
  * Use subprocess.run() options 'capture_output' & 'text' only when supported
  * Add '--subdir' option: all to specify the directory to search go.mod in
  * Use temporary directory to extract archive to
  * Give the user the opprtunity to specify the name of the topmost directory
  * Attempt to obtain name of top directory in archive from archive content (forwarded request 1067955 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1067956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=5
2023-02-27 11:56:03 +00:00
4a8d6aa453 Accepting request 1067955 from home:jfkw:branches:devel:languages:go
- Update to version 0.6.0:
  * Make service arg subdir optional
  * exit(1) immediately in extract() exception handler after recording error
  * Use subprocess.run() options 'capture_output' & 'text' only when supported
  * Add '--subdir' option: all to specify the directory to search go.mod in
  * Use temporary directory to extract archive to
  * Give the user the opprtunity to specify the name of the topmost directory
  * Attempt to obtain name of top directory in archive from archive content

OBS-URL: https://build.opensuse.org/request/show/1067955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=12
2023-02-27 11:03:23 +00:00
266385b50a Accepting request 982163 from devel:languages:go
- Update to version 0.5.0:
  * README update
  * Check go mod subcommand return code, log and exit on error
  * Log go.mod file not found as error not info
  * Execute go mod subcommands using subprocess.run()
  * Rework the service to better work with obs_scm
- Add Require: python3-libarchive-c
- Drop Require: tar
- Drop Require: gzip (forwarded request 982161 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/982163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=4
2022-06-12 15:41:37 +00:00
5ab782f128 Accepting request 982161 from home:jfkw:branches:devel:languages:go
- Update to version 0.5.0:
  * README update
  * Check go mod subcommand return code, log and exit on error
  * Log go.mod file not found as error not info
  * Execute go mod subcommands using subprocess.run()
  * Rework the service to better work with obs_scm
- Add Require: python3-libarchive-c
- Drop Require: tar
- Drop Require: gzip

OBS-URL: https://build.opensuse.org/request/show/982161
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=10
2022-06-11 18:13:41 +00:00
557bbd3a58 Accepting request 974449 from devel:languages:go
- Update to version 0.4.1:
  * Fix compression parameter default value usage (forwarded request 974350 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/974449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=3
2022-05-03 19:19:01 +00:00
a27a67e7c6 Accepting request 974350 from home:dirkmueller:Factory
- Update to version 0.4.1:
  * Fix compression parameter default value usage

OBS-URL: https://build.opensuse.org/request/show/974350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=8
2022-05-02 15:58:09 +00:00
15dd00a532 Accepting request 973508 from devel:languages:go
- Update to version 0.4.0:
  * don't ignore go mod command errors
  * allow specifying source / vendor archive compression mode

  * Return non-zero exit codes on failure (forwarded request 972797 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/973508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=2
2022-04-28 21:07:55 +00:00
248d80aec4 Accepting request 972797 from home:dirkmueller:Factory
- Update to version 0.4.0:
  * don't ignore go mod command errors
  * allow specifying source / vendor archive compression mode

  * Return non-zero exit codes on failure

OBS-URL: https://build.opensuse.org/request/show/972797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=6
2022-04-28 05:56:53 +00:00
10aba9e482 Accepting request 736827 from devel:languages:go
Should be in Factory, considering Tumbleweed packages require it already and package maintainers shouldn't need to rely on stuff outside of the distro

OBS-URL: https://build.opensuse.org/request/show/736827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-go_modules?expand=0&rev=1
2019-10-16 07:13:07 +00:00
9e30037da6 Accepting request 727811 from home:jfkw:branches:devel:languages:go
- Update to version 0.3.0:
  * Add check for version agreement with .spec to archive autodetection
  * README add example _service configuration
  * README update FAQ entries regarding Go module cache
  * README update example to reflect current log output
  * Add Go source archive autodetection based on RPM spec file name
  * Add missing parameter archive to definition go_modules.service
  * Add exception handling around shutil.rmtree for extracted archive
  * README fix hyperlink
  * README cite openSUSE packages built using obs-service-go_modules
  * Reduce python module __doc__ from full copy to subset of README
  * Packaging tar_scm service use revision instead of version to
    fix use of _servicedata for changelog generation

OBS-URL: https://build.opensuse.org/request/show/727811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=4
2019-09-02 15:10:35 +00:00
0b2960d793 Accepting request 721113 from home:jfkw:branches:devel:languages:go
- Update upstream repository location now in openSUSE organization

OBS-URL: https://build.opensuse.org/request/show/721113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=3
2019-08-05 20:49:41 +00:00
e50a5ad766 Accepting request 721112 from home:jfkw:branches:devel:languages:go
- Update to version 0.2.1:
  * README documentation improvements

OBS-URL: https://build.opensuse.org/request/show/721112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=2
2019-08-05 20:31:37 +00:00
49575db55d Accepting request 720305 from home:jfkw:branches:devel:languages:go
- obs-service-go_modules (0.2.0 released 2019/08/01) is the first
  packaged release for review and feedback. This OBS Source Service
  will download, verify and vendor Go module dependencies expressed
  in the file go.mod.  By vendoring all dependencies during the OBS
  Source Service stage, go build commands can run in the offline
  OBS build environment. This initial version:
  * Tested by packaging devel:languages:go/hugo, which has the
    typical Go application unpacked layout containing go.mod at:
    hugo-0.56.3/go.mod
  * Supports tar.gz archives in the form
    hugo-0.56.3.tar.gz -> hugo-0.56.3/
    Other archive format and layout support to be added as needed
  * Produces vendor.tar.gz
    vendor.cpio archive support planned

OBS-URL: https://build.opensuse.org/request/show/720305
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/obs-service-go_modules?expand=0&rev=1
2019-08-02 00:19:13 +00:00