-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.71 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/alacrity-engine/core
go 1.21.1
require (
github.com/alacrity-engine/resource-codec v0.0.0-20231004061006-0560495eef6c
github.com/faiface/beep v1.1.0
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/go-gl/mathgl v1.1.0
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/robaho/fixed v0.0.0-20230815003229-929de1ea03c3
github.com/yuin/gopher-lua v1.1.0
github.com/zergon321/cirno v0.0.0-20210828194350-f13a757fd188
github.com/zergon321/go-avltree v0.0.0-20230919123536-1348512f9ecf
github.com/zergon321/mempool v0.0.0-20230803011558-49cf4fd99ba7
go.etcd.io/bbolt v1.3.7
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/image v0.12.0
gonum.org/v1/plot v0.14.0
gopkg.in/go-ini/ini.v1 v1.67.0
layeh.com/gopher-luar v1.0.11
)
require (
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/ethereum/go-ethereum v1.13.2 // indirect
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/holiman/uint256 v1.2.3 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/zergon321/ll v0.0.0-20230724232506-2aa17996b403 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp/shiny v0.0.0-20230801115018-d63ba01acd4b // indirect
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
)