refactor #1

Merged
Kichiyaki merged 4 commits from refactor into master 2022-09-16 14:06:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cf135ed129 - Show all commits

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"