Set module name to tildegit.org

This commit is contained in:
Jeffrey Serio 2023-07-02 15:12:46 -05:00
parent 2d506fcafd
commit c9677897d9
11 changed files with 17 additions and 17 deletions

View File

@ -9,7 +9,7 @@ export TRANSMISSION_RPC_URL=10.0.0.42
Install with Go: Install with Go:
#+begin_src shell #+begin_src shell
go install codeberg.org/hyperreal/go-torrent-helper@latest go install tildegit.org/hyperreal/go-torrent-helper@latest
#+end_src #+end_src
Example usage: Example usage:

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"log" "log"
"codeberg.org/hyperreal/go-torrent-helper/common" "tildegit.org/hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )

View File

@ -6,13 +6,13 @@ import (
"fmt" "fmt"
"os" "os"
"codeberg.org/hyperreal/go-torrent-helper/almalinux" "tildegit.org/hyperreal/go-torrent-helper/almalinux"
"codeberg.org/hyperreal/go-torrent-helper/debian" "tildegit.org/hyperreal/go-torrent-helper/debian"
"codeberg.org/hyperreal/go-torrent-helper/fedora" "tildegit.org/hyperreal/go-torrent-helper/fedora"
"codeberg.org/hyperreal/go-torrent-helper/nixos" "tildegit.org/hyperreal/go-torrent-helper/nixos"
"codeberg.org/hyperreal/go-torrent-helper/parrot" "tildegit.org/hyperreal/go-torrent-helper/parrot"
"codeberg.org/hyperreal/go-torrent-helper/qubes" "tildegit.org/hyperreal/go-torrent-helper/qubes"
"codeberg.org/hyperreal/go-torrent-helper/rocky" "tildegit.org/hyperreal/go-torrent-helper/rocky"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )

2
debian/main.go vendored
View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"log" "log"
"codeberg.org/hyperreal/go-torrent-helper/common" "tildegit.org/hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )

View File

@ -6,7 +6,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"codeberg.org/hyperreal/go-torrent-helper/common" "tildegit.org/hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )

2
go.mod
View File

@ -1,4 +1,4 @@
module codeberg.org/hyperreal/go-torrent-helper module tildegit.org/hyperreal/go-torrent-helper
go 1.20 go 1.20

View File

@ -4,7 +4,7 @@ import (
"log" "log"
"os" "os"
"codeberg.org/hyperreal/go-torrent-helper/command" "tildegit.org/hyperreal/go-torrent-helper/command"
) )
func main() { func main() {

View File

@ -4,7 +4,7 @@ import (
"encoding/json" "encoding/json"
"log" "log"
"codeberg.org/hyperreal/go-torrent-helper/common" "tildegit.org/hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"log" "log"
"codeberg.org/hyperreal/go-torrent-helper/common" "tildegit.org/hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"log" "log"
"codeberg.org/hyperreal/go-torrent-helper/common" "tildegit.org/hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"log" "log"
"codeberg.org/hyperreal/go-torrent-helper/common" "tildegit.org/hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc" "github.com/hekmon/transmissionrpc"
) )