Skip to content

Commit

Permalink
fix-module (#43)
Browse files Browse the repository at this point in the history
* fix-module

* fix tests
  • Loading branch information
Lunatix01 authored Sep 22, 2023
1 parent 2d39433 commit 7e3ed54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module fib-go
module github.com/lunatix01/fib-go

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion testing/fib_client_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package testing

import (
"fib-go/fib"
"github.com/lunatix01/fib-go/fib"
"github.com/stretchr/testify/assert"
"os"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion testing/fib_payment_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package testing

import (
"fib-go/fib"
"github.com/lunatix01/fib-go/fib"
"github.com/go-chrono/chrono"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"
Expand Down

0 comments on commit 7e3ed54

Please sign in to comment.