diff options
author | Valery Piashchynski <[email protected]> | 2023-08-10 23:25:10 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-08-10 23:25:10 +0200 |
commit | 43029d3ef8aef2d145d2c9b2cfbfb695c829c31c (patch) | |
tree | 723a75876511178e8b0e53cb2387362253ed61d8 | |
parent | 374f8c9059e07f8c3c73122bfeff80d1e9bc06f4 (diff) |
chore: update go.mod (toolchain)
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ module github.com/roadrunner-server/roadrunner/v2023 go 1.21 +toolchain go1.21.0 + require ( github.com/buger/goterm v1.0.4 github.com/dustin/go-humanize v1.0.1 |