diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-05-15 13:59:05 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-05-15 14:14:53 +0200 |
commit | 80af5c22d62f6df11c63a807ebf34ff69a4af754 (patch) | |
tree | 418804e057f1d85188edd8e6b083780a3776bb20 /xR/go.mod | |
parent | 7ba17a016140f578bccca3ffd320c1663cf66c6c (diff) | |
download | xK-80af5c22d62f6df11c63a807ebf34ff69a4af754.tar.gz xK-80af5c22d62f6df11c63a807ebf34ff69a4af754.tar.xz xK-80af5c22d62f6df11c63a807ebf34ff69a4af754.zip |
Add an xC relay protocol analyzerorigin/master
Diffstat (limited to 'xR/go.mod')
-rw-r--r-- | xR/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xR/go.mod b/xR/go.mod new file mode 100644 index 0000000..998a18f --- /dev/null +++ b/xR/go.mod @@ -0,0 +1,5 @@ +module janouch.name/xK/xR + +go 1.23.0 + +toolchain go1.24.0 |