From 25c1c20615f46ac8d8debec5fca6597488f89a89 Mon Sep 17 00:00:00 2001 From: SticksDev Date: Thu, 11 Jan 2024 15:10:18 -0500 Subject: [PATCH] set go version to 1.21 due to go build bug with subversion format. --- go.mod | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index b704744..840e85a 100644 --- a/go.mod +++ b/go.mod @@ -1,14 +1,11 @@ module sticksdev/vrcdn-nettest -go 1.21.6 +go 1.21 + +require github.com/prometheus-community/pro-bing v0.3.0 require ( - github.com/buger/goterm v1.0.4 // indirect - github.com/fatih/color v1.16.0 // indirect github.com/google/uuid v1.5.0 // indirect - github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-isatty v0.0.20 // indirect - github.com/prometheus-community/pro-bing v0.3.0 // indirect golang.org/x/net v0.20.0 // indirect golang.org/x/sync v0.6.0 // indirect golang.org/x/sys v0.16.0 // indirect