mirror of
https://github.com/Luzifer/envrun.git
synced 2024-12-20 18:31:17 +00:00
20 lines
515 B
Modula-2
20 lines
515 B
Modula-2
module github.com/Luzifer/envrun
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/Luzifer/go-openssl/v4 v4.2.3
|
|
github.com/Luzifer/go_helpers/v2 v2.25.0
|
|
github.com/Luzifer/rconfig/v2 v2.5.2
|
|
github.com/ProtonMail/go-crypto v1.1.3
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.5.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|