Fix go get url

master
Jonas Franz 4 years ago
parent 69737369b0
commit 5a0a1087a9
Signed by: JonasFranzDEV
GPG Key ID: 7293A220B7C38080
  1. 2
      README.md
  2. 2
      go.mod
  3. 2
      main.go

@ -5,7 +5,7 @@ This project is a small tool to export all open issues of a Gitea repository int
## Installation ## Installation
```shell script ```shell script
go get git.jfdev.de/JonasFranzDEV/gitea-issue-exporter go get git.jonasfranz.software/JonasFranzDEV/gitea-issue-exporter
``` ```
## Usage ## Usage

@ -1,4 +1,4 @@
module git.jfdev.de/JonasFranzDEV/gitea-issue-exporter module git.jonasfranz.software/JonasFranzDEV/gitea-issue-exporter
go 1.14 go 1.14

@ -1,7 +1,7 @@
package main package main
import ( import (
"git.jfdev.de/JonasFranzDEV/gitea-issue-exporter/cmd" "git.jonasfranz.software/JonasFranzDEV/gitea-issue-exporter/cmd"
"github.com/urfave/cli" "github.com/urfave/cli"
"log" "log"
"os" "os"

Loading…
Cancel
Save