diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 15:37:17 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 15:37:17 +0100 |
| commit | c6b6252270e94d4512884187135df1c1a20f5734 (patch) | |
| tree | 3df5f96d9486485e58d0392771017d934f0726f5 /go.mod | |
| parent | a1c1eb9ded1e6f1de0946b40c01439f5c9d3d529 (diff) | |
build(golatt): upgrade to 0.2.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,7 +2,6 @@ module now go 1.23.2 -require ( - github.com/anhgelus/golatt v0.1.0 // indirect - github.com/gorilla/mux v1.8.1 // indirect -) +require github.com/anhgelus/golatt v0.2.0 + +require github.com/gorilla/mux v1.8.1 // indirect |
