Move Go module from github.com/Snider/Core to github.com/host-uk/core to match the new repository location under the host-uk organization. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
185 B
Modula-2
9 lines
185 B
Modula-2
module github.com/host-uk/core/pkg/module
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/host-uk/core/pkg/core v0.0.0
|
|
github.com/gin-gonic/gin v1.11.0
|
|
github.com/wailsapp/wails/v3 v3.0.0-alpha.41
|
|
)
|