2022-02-06 02:22:23 +04:00
|
|
|
module dwelling-upload
|
|
|
|
|
2023-03-12 04:11:10 +04:00
|
|
|
go 1.17
|
2022-02-06 02:22:23 +04:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
2022-06-13 20:25:04 +04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-02-06 02:22:23 +04:00
|
|
|
)
|