cmd: Remove go-flags

This commit is contained in:
Martin Polden
2020-09-05 11:40:26 +02:00
parent 702c1f1e23
commit 0caa5873b9
5 changed files with 78 additions and 55 deletions

5
go.mod
View File

@ -2,7 +2,4 @@ module github.com/mpolden/echoip
go 1.13
require (
github.com/jessevdk/go-flags v1.4.0
github.com/oschwald/geoip2-golang v1.4.0
)
require github.com/oschwald/geoip2-golang v1.4.0