galched-bot/go.mod
alexvanin 0507cdb3d1 Initial commit
This commit contains skeleton of the application with
uber/fx DI library.
2019-05-10 11:21:59 +03:00

10 lines
259 B
Modula-2

module galched-bot
require (
github.com/stretchr/testify v1.3.0 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/dig v1.7.0 // indirect
go.uber.org/fx v1.9.0
go.uber.org/goleak v0.10.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
)