update module to own version

This commit is contained in:
2020-07-27 18:17:50 +02:00
parent 2441e55972
commit b4ab6497b5
11 changed files with 58 additions and 58 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: go build -v .
- name: Install xgotext CLI
run: go install -v github.com/leonelquinteros/gotext/cli/xgotext
run: go install -v git.deineagentur.com/DeineAgenturUG/gotext/cli/xgotext
- name: Test
run: go test -v -race ./...