mirror of https://github.com/nmasse-itix/wimip.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
164 B
8 lines
164 B
module github.com/nmasse-itix/wimip
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/chrismarget/arp v0.0.0-20170424181311-541a2129847a
|
|
github.com/spf13/viper v1.7.1 // indirect
|
|
)
|
|
|