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

arlo at torproject.org arlo at torproject.org
Wed Apr 21 14:22:16 UTC 2021


commit f1078bbc83c41948b0abf3016988802ac0335d8d
Author: Arlo Breault <abreault at wikimedia.org>
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=





More information about the tor-commits mailing list