-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 806 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/CmdSoda/boardgamewars
go 1.17
require (
github.com/google/uuid v1.3.0
github.com/gotk3/gotk3 v0.6.1
github.com/jroimartin/gocui v0.5.0
github.com/looplab/fsm v0.3.0
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.7.0
github.com/therecipe/qt v0.0.0-20200904063919-c0c124a5770d
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)