diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-06-04 18:25:14 -0300 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2026-06-05 13:58:19 -0300 |
| commit | 3fff6f8cdf452c89d0120845f85f552617129070 (patch) | |
| tree | 14ebc3c2d7b795f53b3f1972d119dd40d69ad26e /go.mod | |
| parent | 93c330d96e01a7b84af0db835e60351c266989ab (diff) | |
Use stdlib router
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/thousandeyes/shoelaces -go 1.21 +go 1.22 require ( github.com/gorilla/mux v1.8.0 |
