2023-10-04 22:27:14 +02:00
|
|
|
module github.com/Luzifer/ots/pkg/client
|
|
|
|
|
2024-09-22 13:07:11 +02:00
|
|
|
go 1.23
|
2023-10-04 22:27:14 +02:00
|
|
|
|
2023-10-21 17:12:08 +02:00
|
|
|
replace github.com/Luzifer/ots/pkg/customization => ../customization
|
|
|
|
|
2023-10-04 22:27:14 +02:00
|
|
|
require (
|
2025-02-12 20:15:50 +01:00
|
|
|
github.com/Luzifer/go-openssl/v4 v4.2.4
|
|
|
|
github.com/Luzifer/ots/pkg/customization v0.0.0-20241212093302-8fadf7205f51
|
2023-10-21 17:12:08 +02:00
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
2023-12-19 13:13:37 +01:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-10-04 22:27:14 +02:00
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-10-21 17:12:08 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-10-04 22:27:14 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-02-12 20:15:50 +01:00
|
|
|
golang.org/x/crypto v0.33.0 // indirect
|
|
|
|
golang.org/x/sys v0.30.0 // indirect
|
2023-10-21 17:12:08 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2023-10-04 22:27:14 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|