go module fix

pull/1/head
Peter Kosyh 2022-12-26 11:45:29 +03:00
parent 45e314f9f1
commit dfa82bd042
7 changed files with 11 additions and 6 deletions

View File

@ -7,7 +7,7 @@ It has no dependencies and very compact. You can easy setup it and make your own
How to build?
```
git clone https://github.com/gl00my/ii-go
git clone https://github.com/hugeping/ii-go
cd ii-go
cd ii-tool
go build

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/hugeping/ii-go
go 1.16
require golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc

View File

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

View File

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

View File

@ -1,5 +1,5 @@
<div id="footer">
Powered by <a href="https://github.com/gl00my/ii-go">ii-go</a> / 2021-2022
Powered by <a href="https://github.com/hugeping/ii-go">ii-go</a> / 2021-2022
</div>
</div>
</body>

View File

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

View File

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