diff options
-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 |