diff options
author | Maximilien Richer <me@mricher.fr> | 2020-02-02 14:47:16 +0100 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2020-02-02 14:47:16 +0100 |
commit | a6faceb5590e233b474bc65a55e2992afdefd07b (patch) | |
tree | c9650809860625551c3315f3047d12b1d1f4a9ca /go.mod | |
parent | 3644fdfe61f1c7f9545f57f66405e0afa4c0194c (diff) | |
download | bottin-a6faceb5590e233b474bc65a55e2992afdefd07b.tar.gz bottin-a6faceb5590e233b474bc65a55e2992afdefd07b.zip |
Import upstream lor00x/goldap reposity
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ go 1.13 require ( github.com/google/uuid v1.1.1 github.com/hashicorp/consul/api v1.3.0 + github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3 github.com/sirupsen/logrus v1.4.2 ) |