summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0fe398d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+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
+)