1
0
mirror of https://github.com/nxshock/gwp.git synced 2024-11-27 03:31:02 +05:00
gwp/go.mod
nxshock aba812a470 Some chages
* Use go-eta library from calculating ETA
* Fix linter issues
* Add testify library for tests
2022-08-06 22:13:22 +05:00

9 lines
122 B
Modula-2

module github.com/nxshock/gwp
go 1.16
require (
github.com/nxshock/go-eta v0.1.0
github.com/stretchr/testify v1.8.0
)