change package name
This commit is contained in:
parent
d47ce356df
commit
4e97e8f598
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/writeas/activityserve
|
module place.re128.org/ofs/aptok
|
||||||
|
|
||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/btcsuite/btcutil/base58"
|
"github.com/btcsuite/btcutil/base58"
|
||||||
"github.com/writeas/activityserve"
|
"place.re128.org/ofs/aptok"
|
||||||
// "crypto"
|
// "crypto"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue