diff --git a/creds_test.go b/creds_test.go index 97688cb..6e92eed 100644 --- a/creds_test.go +++ b/creds_test.go @@ -6,5 +6,5 @@ import ( func TestInit(t *testing.T) { var creds Creds - creds.Init("localconfig_test") + creds.Init("forge.redroom.link/yves/localconfig_test") } diff --git a/go.mod b/go.mod index 71afdaf..83d9b55 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module localconfig +module forge.redroom.link/yves/localconfig go 1.19