1
0
Fork 0

refactor!: switch to new git server

This commit is contained in:
Seraphim Strub 2024-12-06 16:20:29 +00:00
parent b43ddde77e
commit 16e195b8af
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module rievo.dev/go-abuseipdb
module rievo.dev/sst/go-abuseipdb
go 1.22

View file

@ -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"