This commit is contained in:
Fedor Korotkiy 2021-03-15 21:07:08 +03:00
parent 72dee7bca9
commit be3b140225

1
deps/deps.go vendored
View file

@ -1,5 +1,6 @@
package deps package deps
import ( import (
// make go mod tidy happy
_ "github.com/spf13/pflag" _ "github.com/spf13/pflag"
) )