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