1
0
mirror of https://github.com/nxshock/gwp.git synced 2024-11-27 03:31:02 +05:00
gwp/go.mod

9 lines
122 B
Modula-2
Raw Permalink Normal View History

2021-03-27 10:49:52 +05:00
module github.com/nxshock/gwp
go 1.16
require (
2022-08-20 11:55:26 +05:00
github.com/nxshock/go-eta v0.1.1
github.com/stretchr/testify v1.8.0
)