updating Go version to 1.21. Ran tidy and mod vendor

This commit is contained in:
Shawn Hartsell
2024-01-16 14:23:08 -06:00
parent 05ec4672e1
commit 150b316c6c
5 changed files with 26 additions and 21 deletions
+4 -3
View File
@@ -1,10 +1,11 @@
module tools
go 1.14
go 1.21
require (
github.com/golang/mock v1.4.4-0.20200406172829-6d816de489c1 // indirect
github.com/golang/mock v1.6.1-0.20211230170304-bdab070d9c4e // indirect
github.com/golangci/golangci-lint v1.24.1-0.20200420081818-6771beaee681 // indirect
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5 // indirect
golang.org/x/tools v0.0.0-20200423205358-59e73619c742 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/tools v0.17.1-0.20240112224347-9164f2aedb4f // indirect
)