You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
360 B
12 lines
360 B
3 years ago
|
module kevacoin.org/keva-stratum/v2
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
|
||
|
github.com/yvasiyarov/gorelic v0.0.7
|
||
|
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
|
||
|
)
|