diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-27 13:07:38 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-27 13:07:38 -0500 |
commit | 9638104bf79f6d706a17f0cf7b684660ef0cdec2 (patch) | |
tree | 13350376315167b3ec4a054b324e958dba740e8e | |
parent | 8540facf709153c008863e41936da95fb7381b80 (diff) | |
download | goexec-9638104bf79f6d706a17f0cf7b684660ef0cdec2.tar.gz goexec-9638104bf79f6d706a17f0cf7b684660ef0cdec2.zip |
Update go.mod
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,6 +14,7 @@ require ( github.com/spf13/pflag v1.0.6 golang.org/x/net v0.39.0 golang.org/x/term v0.31.0 + golang.org/x/text v0.24.0 ) require ( @@ -32,6 +33,5 @@ require ( github.com/oiweiwei/gokrb5.fork/v9 v9.0.2 // indirect golang.org/x/crypto v0.37.0 // indirect golang.org/x/sys v0.32.0 // indirect - golang.org/x/text v0.24.0 // indirect software.sslmate.com/src/go-pkcs12 v0.5.0 // indirect ) |