change package name

This commit is contained in:
doesnm 2024-09-08 19:01:18 +03:00
parent d47ce356df
commit 4e97e8f598
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/writeas/activityserve module place.re128.org/ofs/aptok
go 1.13 go 1.13

View file

@ -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"
) )