diff options
| author | 2021-11-13 12:29:08 +0100 | |
|---|---|---|
| committer | 2021-11-13 12:29:08 +0100 | |
| commit | 829a934d23ab221049b4d54926305d8d5d64c9ad (patch) | |
| tree | f4e382b289c113d3ba8a3c7a183507a5609c46c0 /internal/api/client | |
| parent | smtp + email confirmation (#285) (diff) | |
| download | gotosocial-829a934d23ab221049b4d54926305d8d5d64c9ad.tar.xz | |
update dependencies (#296)
Diffstat (limited to 'internal/api/client')
| -rw-r--r-- | internal/api/client/account/account_test.go | 2 | ||||
| -rw-r--r-- | internal/api/client/fileserver/servefile_test.go | 2 | ||||
| -rw-r--r-- | internal/api/client/followrequest/followrequest_test.go | 2 | ||||
| -rw-r--r-- | internal/api/client/media/mediacreate_test.go | 2 | ||||
| -rw-r--r-- | internal/api/client/status/status_test.go | 2 | ||||
| -rw-r--r-- | internal/api/client/user/user_test.go | 2 | 
6 files changed, 6 insertions, 6 deletions
diff --git a/internal/api/client/account/account_test.go b/internal/api/client/account/account_test.go index 8e9bc132a..315ddfce3 100644 --- a/internal/api/client/account/account_test.go +++ b/internal/api/client/account/account_test.go @@ -6,7 +6,7 @@ import (  	"net/http"  	"net/http/httptest" -	"git.iim.gay/grufwub/go-store/kv" +	"codeberg.org/gruf/go-store/kv"  	"github.com/gin-gonic/gin"  	"github.com/stretchr/testify/suite"  	"github.com/superseriousbusiness/gotosocial/internal/api/client/account" diff --git a/internal/api/client/fileserver/servefile_test.go b/internal/api/client/fileserver/servefile_test.go index ab5cfadf2..692122a7b 100644 --- a/internal/api/client/fileserver/servefile_test.go +++ b/internal/api/client/fileserver/servefile_test.go @@ -26,7 +26,7 @@ import (  	"net/http/httptest"  	"testing" -	"git.iim.gay/grufwub/go-store/kv" +	"codeberg.org/gruf/go-store/kv"  	"github.com/gin-gonic/gin"  	"github.com/sirupsen/logrus"  	"github.com/stretchr/testify/assert" diff --git a/internal/api/client/followrequest/followrequest_test.go b/internal/api/client/followrequest/followrequest_test.go index 94f6cbb0e..3c2cc32d0 100644 --- a/internal/api/client/followrequest/followrequest_test.go +++ b/internal/api/client/followrequest/followrequest_test.go @@ -23,7 +23,7 @@ import (  	"fmt"  	"net/http/httptest" -	"git.iim.gay/grufwub/go-store/kv" +	"codeberg.org/gruf/go-store/kv"  	"github.com/gin-gonic/gin"  	"github.com/stretchr/testify/suite"  	"github.com/superseriousbusiness/gotosocial/internal/api/client/followrequest" diff --git a/internal/api/client/media/mediacreate_test.go b/internal/api/client/media/mediacreate_test.go index 2bc598499..9ad1b9001 100644 --- a/internal/api/client/media/mediacreate_test.go +++ b/internal/api/client/media/mediacreate_test.go @@ -28,7 +28,7 @@ import (  	"net/http/httptest"  	"testing" -	"git.iim.gay/grufwub/go-store/kv" +	"codeberg.org/gruf/go-store/kv"  	"github.com/gin-gonic/gin"  	"github.com/sirupsen/logrus"  	"github.com/stretchr/testify/assert" diff --git a/internal/api/client/status/status_test.go b/internal/api/client/status/status_test.go index fa8c9823e..399873fcc 100644 --- a/internal/api/client/status/status_test.go +++ b/internal/api/client/status/status_test.go @@ -19,7 +19,7 @@  package status_test  import ( -	"git.iim.gay/grufwub/go-store/kv" +	"codeberg.org/gruf/go-store/kv"  	"github.com/stretchr/testify/suite"  	"github.com/superseriousbusiness/gotosocial/internal/api/client/status"  	"github.com/superseriousbusiness/gotosocial/internal/config" diff --git a/internal/api/client/user/user_test.go b/internal/api/client/user/user_test.go index fe420b5c9..76d95b2d9 100644 --- a/internal/api/client/user/user_test.go +++ b/internal/api/client/user/user_test.go @@ -19,7 +19,7 @@  package user_test  import ( -	"git.iim.gay/grufwub/go-store/kv" +	"codeberg.org/gruf/go-store/kv"  	"github.com/stretchr/testify/suite"  	"github.com/superseriousbusiness/gotosocial/internal/api/client/user"  	"github.com/superseriousbusiness/gotosocial/internal/config"  | 
