Fix module name.
All checks were successful
Build & Test / Main (push) Successful in 1m20s

This commit is contained in:
2024-03-19 14:29:37 -07:00
parent d272b70659
commit 83fd89446d
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import (
"math"
"time"
"code.humancabbage.net/moonmath/coindesk"
"code.humancabbage.net/sam/moonmath/coindesk"
"github.com/sourcegraph/conc/pool"
)

View File

@@ -4,7 +4,7 @@ import (
"testing"
"time"
"code.humancabbage.net/moonmath/moon"
"code.humancabbage.net/sam/moonmath/moon"
)
func TestCDPR(t *testing.T) {