tvl-depot/third_party/gerrit-queue/go.mod

11 lines
241 B
Modula-2
Raw Normal View History

2019-11-18 15:40:46 +01:00
module github.com/tweag/gerrit-queue
go 1.16
2019-11-18 15:40:46 +01:00
require (
github.com/andygrunwald/go-gerrit v0.0.0-20190825170856-5959a9bf9ff8
github.com/apex/log v1.1.1
2019-11-18 15:40:46 +01:00
github.com/google/go-querystring v1.0.0 // indirect
github.com/urfave/cli v1.22.1
2019-11-18 15:40:46 +01:00
)