aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2021-08-19 22:12:12 +0200
committerQuentin <quentin@deuxfleurs.fr>2021-08-19 22:12:12 +0200
commitd69640894d3f8259c7c6f843ecc8c963aa91ff97 (patch)
tree676a27e177482248d9a2ea6d1b5c8b4d223ff4b7 /go.mod
downloadbagage-d69640894d3f8259c7c6f843ecc8c963aa91ff97.tar.gz
bagage-d69640894d3f8259c7c6f843ecc8c963aa91ff97.zip
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..546f5ef
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module git.deuxfleurs.fr/Deuxfleurs/bagage
+
+go 1.16
+
+require (
+ github.com/go-ldap/ldap/v3 v3.4.1
+ github.com/minio/minio-go/v7 v7.0.12
+ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
+)