Rename go.mod module name according to git path
All checks were successful
CI / release-test (push) Successful in 6s

This commit is contained in:
2025-07-12 12:29:28 -07:00
parent 378b86b7f1
commit 1b04b71d9d
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gas_stack/pkg/db"
"git.offline-twitter.com/offline-labs/gas-stack/pkg/db"
)
func TestCreateAndConnectToDB(t *testing.T) {