Files
alchemyst/go.mod

12 lines
306 B
Modula-2
Raw Permalink Normal View History

2019-10-17 19:57:20 +03:00
module lab.zaar.be/thefish/alchemyst-go
go 1.12
require (
2019-10-31 15:45:52 +03:00
github.com/gammazero/deque v0.0.0-20190521012701-46e4ffb7a622
2019-10-17 19:57:20 +03:00
github.com/rs/zerolog v1.15.0
2022-10-12 15:50:38 +03:00
github.com/shopspring/decimal v1.3.1
2022-10-14 13:38:24 +03:00
github.com/stretchr/testify v1.8.0
2025-06-25 09:57:00 +03:00
lab.zaar.be/thefish/bearlibterminal.git v0.0.0-20191018101635-dd37bbc90d77
2019-10-17 19:57:20 +03:00
)