refactor!: switch to new git server
This commit is contained in:
parent
b43ddde77e
commit
16e195b8af
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module rievo.dev/go-abuseipdb
|
||||
module rievo.dev/sst/go-abuseipdb
|
||||
|
||||
go 1.22
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
"net/http"
|
||||
"net/url"
|
||||
"reflect"
|
||||
"rievo.dev/go-abuseipdb/pkg/abuseipdb/rate"
|
||||
"rievo.dev/sst/go-abuseipdb/pkg/abuseipdb/rate"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
|
Loading…
Reference in a new issue