[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [check/master] Add go mod and sum



commit f1078bbc83c41948b0abf3016988802ac0335d8d
Author: Arlo Breault <abreault@xxxxxxxxxxxxx>
Date:   Wed Apr 21 10:11:52 2021 -0400

    Add go mod and sum
---
 go.mod | 5 +++++
 go.sum | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..6a98019
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.torproject.org/check.git
+
+go 1.11
+
+require github.com/samuel/go-gettext v0.0.0-20171108220917-e1966bdd77f4
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..afbe1b4
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,2 @@
+github.com/samuel/go-gettext v0.0.0-20171108220917-e1966bdd77f4 h1:rrgz0YuewI6HNMU9JNgkVE5Q6uLxiYHI2dnSMGtEJ94=
+github.com/samuel/go-gettext v0.0.0-20171108220917-e1966bdd77f4/go.mod h1:8gVzBNrWraLDUNlHTJm9WIdeebDRCZSaLazt9yKPpkQ=



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits