mirror of
https://github.com/simon987/task_tracker_drone_go.git
synced 2025-04-18 01:46:42 +00:00
10 lines
178 B
Modula-2
10 lines
178 B
Modula-2
module task_tracker_drone_go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/simon987/task_tracker v0.0.0-20200626015847-ed8b153d3b78
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
go.uber.org/zap v1.15.0
|
|
)
|