Minor linting fixes
This commit is contained in:
10
go.mod
10
go.mod
@@ -4,11 +4,15 @@ require (
|
||||
github.com/codegangsta/cli v1.4.2-0.20150128051617-e1712f381785
|
||||
github.com/dustin/go-humanize v0.0.0-20151125214831-8929fe90cee4
|
||||
github.com/golang/freetype v0.0.0-20160410050536-c67e4d98d212
|
||||
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
|
||||
github.com/lucasb-eyer/go-colorful v0.0.0-20150907065137-e524a63fc3d3
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
github.com/stretchr/testify v1.6.1 // indirect
|
||||
golang.org/x/image v0.0.0-20160423080830-f551d3a6b7fc
|
||||
)
|
||||
|
||||
go 1.13
|
||||
require (
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
||||
github.com/stretchr/testify v1.6.1 // indirect
|
||||
golang.org/x/sys v0.3.0 // indirect
|
||||
)
|
||||
|
||||
go 1.19
|
||||
|
||||
Reference in New Issue
Block a user