replaced github.com/hugeping/ii-go to git.openbsd.org.ru/vasyahacker/ii-go

pull/1/head
vasyahacker 2023-03-04 13:10:53 +04:00
parent bb2ec15039
commit f8b177c25e
5 changed files with 5 additions and 5 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/hugeping/ii-go
module git.openbsd.org.ru/vasyahacker/ii-go
go 1.16

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/hugeping/ii-go/ii"
"git.openbsd.org.ru/vasyahacker/ii-go"
"bufio"
"flag"
"fmt"

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/hugeping/ii-go/ii"
"git.openbsd.org.ru/vasyahacker/ii-go"
"flag"
"fmt"
"html/template"

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/hugeping/ii-go/ii"
"git.openbsd.org.ru/vasyahacker/ii-go"
"bytes"
"encoding/base64"
"errors"

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/hugeping/ii-go/ii"
"git.openbsd.org.ru/vasyahacker/ii-go"
"bufio"
"flag"
"fmt"