This commit is contained in:
parent
c420144b68
commit
35600e9200
3 changed files with 56 additions and 161 deletions
6
go.mod
6
go.mod
|
@ -4,12 +4,12 @@ go 1.21.6
|
|||
|
||||
require (
|
||||
github.com/alecthomas/kong v0.8.1
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/go-chi/chi/v5 v5.0.11
|
||||
github.com/go-chi/render v1.0.3
|
||||
github.com/hashicorp/go-memdb v1.3.4
|
||||
github.com/levigross/grequests v0.0.0-20231203190023-9c307ef1f48d
|
||||
github.com/praserx/ipconv v1.2.1
|
||||
github.com/schollz/progressbar/v3 v3.14.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -17,5 +17,9 @@ require (
|
|||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
||||
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
||||
github.com/rivo/uniseg v0.4.4 // indirect
|
||||
golang.org/x/net v0.19.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
golang.org/x/term v0.16.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue