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

View File

@@ -3,8 +3,8 @@ package main
import (
"os"
log "github.com/Sirupsen/logrus"
"github.com/codegangsta/cli"
log "github.com/sirupsen/logrus"
"github.com/dhogborg/rtl-gopow/internal/gopow"
)