mirror of
https://github.com/simon987/task_tracker_drone_go.git
synced 2025-04-04 07:53:00 +00:00
11 lines
214 B
Modula-2
11 lines
214 B
Modula-2
module task_tracker_drone_go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-git/go-git/v5 v5.1.0
|
|
github.com/simon987/task_tracker v0.0.0-20200705141550-62f9ca4d4b5d
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
go.uber.org/zap v1.15.0
|
|
)
|