shad-go/deps/deps.go

7 lines
80 B
Go
Raw Normal View History

2021-03-15 10:47:01 +00:00
package deps
import (
2021-03-15 18:07:08 +00:00
// make go mod tidy happy
2021-03-15 10:47:01 +00:00
_ "github.com/spf13/pflag"
)