diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 21:20:12 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 21:20:12 +0100 |
| commit | f4da86b98e43eb411c16ec85c21171e81b6b33aa (patch) | |
| tree | 6f7d0e4c5c460b1379240c8b83f80d8dfc7eb24d /go.mod | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module now + +go 1.23.2 + +require ( + github.com/anhgelus/golatt v0.1.0 // indirect + github.com/gorilla/mux v1.8.1 // indirect +) |
