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