mirror of
https://github.com/Luzifer/envrun.git
synced 2024-11-08 14:20:01 +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.2
|
|
github.com/Luzifer/go_helpers/v2 v2.22.0
|
|
github.com/Luzifer/rconfig/v2 v2.5.0
|
|
github.com/ProtonMail/go-crypto v1.0.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.20.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|