diff options
author | Valery Piashchynski <[email protected]> | 2023-08-10 18:34:21 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-08-10 18:34:21 +0200 |
commit | 0b1389f7d7e6250c54152b127dbb29010166f92b (patch) | |
tree | d918673f499ffda122a38d519f2d145eccc75819 /go.mod | |
parent | 564538df4bf01444474b77cf6ea69db175f760f0 (diff) |
chore: go.mod, remove toolchain
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |