knqyf263 / pet

Simple command-line snippet manager
MIT License
4.45k stars 224 forks source link

Fixed GitLab sync #174

Closed stanier closed 2 years ago

stanier commented 3 years ago

Issue #, if available:

Description of changes: Fixed GitLab custom URLs not working.

Got rid of go dep in the Makefile, since it's been deprecated for almost a year now, replaced with go mod tidy.

Added skip_ssl option to GitLab section of config to give users the option to skip TLS cert verification for edge cases where a custom GitLab deployment may use non-standard root certs

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

stanier commented 3 years ago

Also updated go-gitlab dependency's version