From 7045a630996e08c18beb7c3d39e1b2752c8a4ba4 Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 1 Oct 2023 22:55:08 +0100 Subject: a working version with only changing passwords --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0fe398d..40174c5 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,10 @@ module git.tardisproject.uk/tcmal/vault-plugin-kerberos-secrets go 1.12 require ( - github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-hclog v0.14.1 github.com/hashicorp/vault/api v1.0.5-0.20210325191337-ac5500471f36 github.com/hashicorp/vault/sdk v0.1.14-0.20210325185647-d3758c9bd369 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect + github.com/jcmturner/gokrb5 v8.4.4+incompatible + github.com/jcmturner/gokrb5/v8 v8.4.4 ) -- cgit v1.2.3