diff options
author | EuAndreh <eu@euandre.org> | 2024-08-11 07:12:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-11 07:12:53 -0300 |
commit | db44fd6aa6e0c3c9ab826e6f217cb555465c0fc4 (patch) | |
tree | c680e3b1874186c006fe08ddbceeed61cc7886ca /go.mod | |
parent | Initial empty commit (diff) | |
download | untls-db44fd6aa6e0c3c9ab826e6f217cb555465c0fc4.tar.gz untls-db44fd6aa6e0c3c9ab826e6f217cb555465c0fc4.tar.xz |
Initial implementation: copy structure from "binder" project
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module euandre.org/untls + +go 1.21.5 |