Migration: From github.com to git.webz.asia

This commit is contained in:
Alex 2022-08-25 17:10:05 +02:00
parent 5299d1c5ec
commit 67fdaee4fc
6 changed files with 8 additions and 8 deletions

View File

@ -79,7 +79,7 @@ jobs:
- name: Upload Codeclimate Coverage
uses: paambaati/codeclimate-action@v2.7.5
with:
prefix: github.com/echo-go/dto-lib/
prefix: git.webz.asia/echo-go/dto-lib/
coverageLocations: ${{ github.workspace }}/c.out:gocov
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}

View File

@ -1,4 +1,4 @@
![go build](https://github.com/echo-go/dto-lib/workflows/go/badge.svg)
![go build](https://git.webz.asia/echo-go/dto-lib/workflows/go/badge.svg)
[![codecov](https://codecov.io/gh/echo-go/dto-lib/branch/master/graph/badge.svg?token=ZID8HNCZ0J)](https://codecov.io/gh/echo-go/dto-lib)
[![Test Coverage](https://api.codeclimate.com/v1/badges/2f8a3d8e201c74902eab/test_coverage)](https://codeclimate.com/github/echo-go/dto-lib/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/2f8a3d8e201c74902eab/maintainability)](https://codeclimate.com/github/echo-go/dto-lib/maintainability)

View File

@ -27,7 +27,7 @@ import (
"net/http"
"net/url"
"github.com/go-convert/fields"
"git.webz.asia/go-convert/fields"
)
type PaginationContainer struct {

View File

@ -28,7 +28,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/echo-go/dto-lib"
"git.webz.asia/echo-go/dto-lib"
)
func TestAllApiResponses(t *testing.T) {

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/echo-go/dto-lib
module git.webz.asia/echo-go/dto-lib
go 1.15
require (
github.com/go-convert/fields v0.0.0-20200219202448-dea7cb49b0d6
git.webz.asia/go-convert/fields v1.2.0
github.com/stretchr/testify v1.4.0
)

4
go.sum
View File

@ -1,7 +1,7 @@
git.webz.asia/go-convert/fields v1.2.0 h1:YTK9zmMg6rJhvDyf2bSnIAjGWZzXLTx3FqlfsLz6XtA=
git.webz.asia/go-convert/fields v1.2.0/go.mod h1:8WAIif3i88CbTdXgP1amrghQLSvXwvYZCKPX4yjrczQ=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-convert/fields v0.0.0-20200219202448-dea7cb49b0d6 h1:1Haov2igtdYaVRtDheYJeRgxmcLz2Fk7MWQzp7HEKXo=
github.com/go-convert/fields v0.0.0-20200219202448-dea7cb49b0d6/go.mod h1:CQRn614Ycycgzq+d4x/DJWDS+w0qNiMqks37Ehmjv5E=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=