mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
11 lines
194 B
Modula-2
11 lines
194 B
Modula-2
module git.khuedoan.com/khuedoan/homelab/gitea/config
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require github.com/hashicorp/go-version v1.2.1 // indirect
|