2019-11-18 15:40:46 +01:00
|
|
|
module github.com/tweag/gerrit-queue
|
|
|
|
|
2021-12-14 17:23:56 +01:00
|
|
|
go 1.16
|
2019-11-18 15:40:46 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andygrunwald/go-gerrit v0.0.0-20190825170856-5959a9bf9ff8
|
2019-12-02 10:00:32 +01:00
|
|
|
github.com/apex/log v1.1.1
|
2019-11-18 15:40:46 +01:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2019-11-18 16:29:57 +01:00
|
|
|
github.com/urfave/cli v1.22.1
|
2019-11-18 15:40:46 +01:00
|
|
|
)
|