signald-go/go.mod

19 lines
629 B
Modula-2
Raw Normal View History

module gitlab.com/signald/signald-go
2020-06-30 11:01:24 +00:00
go 1.14
require (
2021-09-02 03:24:56 +00:00
github.com/google/uuid v1.3.0
2021-01-31 03:14:33 +00:00
github.com/jedib0t/go-pretty/v6 v6.1.0
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
2020-06-30 11:01:24 +00:00
github.com/mdp/qrterminal v1.0.1
2021-01-31 03:14:33 +00:00
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/spf13/cobra v1.1.2
2021-01-31 03:14:33 +00:00
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
2021-01-31 03:14:33 +00:00
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0
2021-01-31 03:14:33 +00:00
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
2020-06-30 11:01:24 +00:00
)