diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-13 21:17:51 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-18 11:58:15 +0100 |
commit | b3d0af2de29711abfe6da373786d365d9a6de198 (patch) | |
tree | 6b8c59999b323e426a1b64781f0b02fc70f229df /go.mod | |
parent | ecabdfaf915887dbd91b6742d0fc1bf81cf336a0 (diff) | |
download | jnfilter-c110c8aaf3cf4c2762e7a3a52ad30623d00f9da3.tar.gz jnfilter-c110c8aaf3cf4c2762e7a3a52ad30623d00f9da3.tar.bz2 jnfilter-c110c8aaf3cf4c2762e7a3a52ad30623d00f9da3.zip |
feat: Rewrite to golangv0.1.3
I have found a nice lib in go to handle XML so I migrate to it.
Go is ages easier to deploy then python.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.sr.ht/~gabrielgio/jnfilter + +go 1.21.7 + +require github.com/beevik/etree v1.3.0 |