summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-08-10 18:34:21 +0200
committerValery Piashchynski <[email protected]>2023-08-10 18:34:21 +0200
commit0b1389f7d7e6250c54152b127dbb29010166f92b (patch)
treed918673f499ffda122a38d519f2d145eccc75819 /go.mod
parent564538df4bf01444474b77cf6ea69db175f760f0 (diff)
chore: go.mod, remove toolchain
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d56faa42..81cd5277 100644
--- a/go.mod
+++ b/go.mod
@@ -2,8 +2,6 @@ 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