diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-14 14:53:53 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-14 14:53:53 +0100 |
commit | eac5678449f9134769344a6d7b3761e79eed1328 (patch) | |
tree | cd4871019192e1b627dfc4f52c8f2fcd4209dc84 /go.mod | |
parent | f76969831ed2d0165b83b15ddda2560a774063c0 (diff) |
Update dependency now that it is fixed
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/google/uuid v1.3.0 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.5.0 - github.com/kardianos/minwinsvc v1.0.0 + github.com/kardianos/minwinsvc v1.0.2 github.com/lib/pq v1.10.7 github.com/matrix-org/dugong v0.0.0-20210921133753-66e6b1c67e2e github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91 |