Files
bs-patch/go.mod
David Suarez 91648e41b3 Initial Commit
2020-11-27 15:22:45 -08:00

11 lines
207 B
Modula-2

module bs-patch
go 1.15
require (
github.com/dustin/go-humanize v1.0.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
)