Switched from Godeps to go mod

This commit is contained in:
David Högborg
2020-07-18 17:49:04 +02:00
parent f73444f5b8
commit 7d8fcee96f
75 changed files with 62 additions and 11835 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/dhogborg/rtl-gopow
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/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