mirror of
https://github.com/Luzifer/ots.git
synced 2025-07-20 05:10:04 -04:00
13 lines
228 B
Modula-2
13 lines
228 B
Modula-2
module github.com/Luzifer/ots/pkg/customization
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.5
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.32.0 // indirect
|