Skip to content

Commit

Permalink
Use new repo URL as module URL
Browse files Browse the repository at this point in the history
To allow importing it directly from its new location.
As it is a fork of github.com/niondir/go-service, it may be nicer to keep the old path pointing back to its origin...
  • Loading branch information
Kniggebrot committed Oct 25, 2024
1 parent c5ce9c7 commit f10627c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package service_test

import (
"context"
"github.com/niondir/go-service"
"github.com/lobaro/go-service"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion func_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package service_test

import (
"context"
"github.com/niondir/go-service"
"github.com/lobaro/go-service"
"github.com/stretchr/testify/require"
"testing"
"time"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/niondir/go-service
module github.com/lobaro/go-service

go 1.23

Expand Down
2 changes: 1 addition & 1 deletion service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package service_test
import (
"context"
"fmt"
"github.com/niondir/go-service"
"github.com/lobaro/go-service"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"log/slog"
Expand Down

0 comments on commit f10627c

Please sign in to comment.