Prepare go.mod migration

This commit is contained in:
Patrick Pacher
2021-01-19 13:07:36 +01:00
parent 9efa4f4ad8
commit f8cea6eafd
8 changed files with 552 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ import (
"strings"
"sync"
"github.com/TheTannerRyan/ring"
"github.com/tannerryan/ring"
"github.com/safing/portbase/database/record"
"github.com/safing/portbase/log"
)