chore: replace chi with chi/v5 (#9143)

This commit is contained in:
Oleg Kovalov
2023-08-17 14:46:56 +02:00
committed by GitHub
parent c66befb548
commit c639674b39
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"