1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 13:24:23 +00:00
share/go.mod

22 lines
660 B
Modula-2
Raw Normal View History

module github.com/Luzifer/share
go 1.15
require (
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/aws/aws-sdk-go v1.36.33
github.com/cheggaaa/pb v1.0.29
github.com/go-ini/ini v1.62.0
github.com/jmespath/go-jmespath v0.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.3
github.com/mattn/go-runewidth v0.0.10
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
gopkg.in/yaml.v2 v2.4.0
)