This commit is contained in:
Dawid Wysokiński 2022-09-15 17:30:42 +02:00
parent 8df0fcc5a1
commit cf135ed129
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/Kichiyaki/chizap
module gitea.dwysokinski.me/Kichiyaki/chizap
go 1.17

View File

@ -5,7 +5,7 @@ import (
"net/http/httptest"
"testing"
"github.com/Kichiyaki/chizap"
"gitea.dwysokinski.me/Kichiyaki/chizap"
"github.com/go-chi/chi/v5"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"