support raw urls

This commit is contained in:
2023-09-12 22:37:04 -07:00
parent 7285264fed
commit 552e1e3ac1
7 changed files with 37 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"git.sr.ht/~kisom/goutils/config"
"git.wntrmute.dev/kyle/goutils/config"
"github.com/jackc/pgx/v4/pgxpool"
)