1
0
Fork 0

refactor!: switch to rievo repo

This commit is contained in:
Seraphim Strub 2024-09-18 15:30:42 +00:00
parent 406065ccd1
commit b43ddde77e
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

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

View file

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