change module name
This commit is contained in:
8
go.mod
8
go.mod
@@ -1,19 +1,19 @@
|
||||
module github.com/neatflowcv/seven-skies
|
||||
module gitea.neatflow.kr/biosvos/seven-skies
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.2.3
|
||||
github.com/go-co-op/gocron/v2 v2.18.2
|
||||
github.com/go-co-op/gocron/v2 v2.19.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/nats-io/nats.go v1.47.0
|
||||
github.com/nats-io/nats.go v1.48.0
|
||||
github.com/oapi-codegen/runtime v1.1.2
|
||||
github.com/oklog/ulid/v2 v2.1.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
go.uber.org/mock v0.6.0
|
||||
gorm.io/driver/postgres v1.6.0
|
||||
gorm.io/gorm v1.31.1
|
||||
resty.dev/v3 v3.0.0-beta.4
|
||||
resty.dev/v3 v3.0.0-beta.5
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user