From db44fd6aa6e0c3c9ab826e6f217cb555465c0fc4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 11 Aug 2024 07:12:53 -0300 Subject: Initial implementation: copy structure from "binder" project --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..a298360 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module euandre.org/untls + +go 1.21.5 -- cgit v1.2.3