1
0
Fork 0
mirror of https://github.com/Luzifer/mimap.git synced 2024-10-18 04:34:20 +00:00
mimap/go.mod

14 lines
372 B
Modula-2
Raw Permalink Normal View History

module github.com/Luzifer/mimap
go 1.15
require (
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)