This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
spectator/go.mod

11 lines
227 B
Modula-2
Raw Normal View History

2020-09-28 20:26:25 -07:00
module git.cotugno.family/kevin/spectator
go 1.15
require (
github.com/emirpasic/gods v1.12.0
github.com/gorilla/websocket v1.4.2
github.com/shopspring/decimal v1.2.0
golang.org/x/sys v0.0.0-20200928205150-006507a75852
)