1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-19 04:50:02 +02:00

go.mod: update module name to github.com/eosswedenorg/thalos

This commit is contained in:
Henrik Hautakoski 2023-04-19 17:50:06 +02:00
parent a8bac16aa9
commit 9c4aa79c11
10 changed files with 16 additions and 16 deletions

View file

@ -4,9 +4,9 @@ import (
"encoding/hex"
"encoding/json"
"thalos/abi"
"thalos/api"
"thalos/api/message"
"github.com/eosswedenorg/thalos/abi"
"github.com/eosswedenorg/thalos/api"
"github.com/eosswedenorg/thalos/api/message"
log "github.com/sirupsen/logrus"