Repath everything to git.sr.ht and "go mod tidy"

This commit is contained in:
Alexis Vanier
2020-02-22 16:56:25 -05:00
parent 11d9df980e
commit e993e06f39
5 changed files with 16 additions and 109 deletions

View File

@@ -3,8 +3,8 @@ package cmd
import (
"os"
"github.com/avanier/gitea-resource/pr"
"github.com/avanier/gitea-resource/util"
"git.sr.ht/~avanier/gitea-resource/pr"
"git.sr.ht/~avanier/gitea-resource/util"
"github.com/spf13/cobra"
)